Class CmsJspContentAccessBean.CmsImageDndTransformer

  • All Implemented Interfaces:
    org.apache.commons.collections.Transformer
    Enclosing class:
    CmsJspContentAccessBean

    public class CmsJspContentAccessBean.CmsImageDndTransformer
    extends java.lang.Object
    implements org.apache.commons.collections.Transformer
    Transformer used for the 'imageDnd' EL attribute which is used to annotate images which can be replaced by drag and drop.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object transform​(java.lang.Object input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • transform

        public java.lang.Object transform​(java.lang.Object input)
        Specified by:
        transform in interface org.apache.commons.collections.Transformer
        See Also:
        Transformer.transform(java.lang.Object)