Uses of Interface
info.magnolia.module.templatingkit.dam.DAMHandler

Packages that use DAMHandler
info.magnolia.module.templatingkit.dam   
info.magnolia.module.templatingkit.dam.handlers   
info.magnolia.module.templatingkit.templates.components   
 

Uses of DAMHandler in info.magnolia.module.templatingkit.dam
 

Methods in info.magnolia.module.templatingkit.dam that return DAMHandler
 DAMHandler DAMSupport.getHandler(String name)
           
 

Methods in info.magnolia.module.templatingkit.dam that return types with arguments of type DAMHandler
 Map<String,DAMHandler> DAMSupport.getHandlers()
          Gets only the handlers with parameter enabled set to true.
 

Methods in info.magnolia.module.templatingkit.dam with parameters of type DAMHandler
 void DAMSupport.addHandler(String name, DAMHandler damHandler)
           
 

Method parameters in info.magnolia.module.templatingkit.dam with type arguments of type DAMHandler
 void DAMSupport.setHandlers(Map<String,DAMHandler> handlers)
           
 

Uses of DAMHandler in info.magnolia.module.templatingkit.dam.handlers
 

Classes in info.magnolia.module.templatingkit.dam.handlers that implement DAMHandler
 class AbstractHandler
          Abstract Handler.
 class AbstractInternalContentDAMHandler
          Internal DAM Content Handler.
 class DMSDAMHandler
          DMS DAM Handler.
 class InternalContentDAMHandler
          Internal Content DAM Handler.
 

Uses of DAMHandler in info.magnolia.module.templatingkit.templates.components
 

Methods in info.magnolia.module.templatingkit.templates.components that return DAMHandler
protected  DAMHandler ImageGalleryParagraphModel.getDAMHandler()
           
 



Copyright © 2008-2012 Magnolia International Ltd.. All Rights Reserved.