Uses of Class
info.magnolia.module.templatingkit.dam.DAMException

Packages that use DAMException
info.magnolia.module.templatingkit.dam   
info.magnolia.module.templatingkit.dam.assets   
info.magnolia.module.templatingkit.dam.handlers   
info.magnolia.module.templatingkit.imaging   
info.magnolia.module.templatingkit.paragraphs   
 

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

Subclasses of DAMException in info.magnolia.module.templatingkit.dam
 class AssetNotFoundException
           
 class NoSuchVariationException
           
 

Methods in info.magnolia.module.templatingkit.dam that throw DAMException
static Asset DAMUtil.getAsset(info.magnolia.cms.core.Content content, String nodeDataName)
           
 Asset DAMSupport.getAsset(info.magnolia.cms.core.Content node, String nodeDataPrefix)
          Gets the descriptor of your asset (video/image + attributes) after using the right handler
 Asset DAMHandler.getAsset(info.magnolia.cms.core.Content node, String nodeDataPrefix)
          The descriptor will contain the link for the asset and whatever parameters you need
 Asset DAMHandler.getAssetByKey(String key)
           
 String Asset.getLink()
           
 Asset Asset.getVariation(String variationName)
           
 

Uses of DAMException in info.magnolia.module.templatingkit.dam.assets
 

Methods in info.magnolia.module.templatingkit.dam.assets that throw DAMException
 String AssetWrapper.getLink()
           
 Asset InternalAsset.getVariation(String variationName)
           
 Asset AssetWrapper.getVariation(String variationName)
           
 

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

Methods in info.magnolia.module.templatingkit.dam.handlers that throw DAMException
 Asset InternalContentDAMHandler.getAsset(info.magnolia.cms.core.Content node, String nodeDataPrefix)
           
 Asset DMSDAMHandler.getAsset(info.magnolia.cms.core.Content node, String nodeDataPrefix)
           
 Asset DMSDAMHandler.getAssetByKey(String key)
           
protected  String DMSDAMHandler.getKey(info.magnolia.cms.core.Content node, String nodeDataPrefix)
           
 Asset AbstractInternalContentDAMHandler.getVariation(InternalAsset internalAsset, String variationName)
           
 

Constructors in info.magnolia.module.templatingkit.dam.handlers that throw DAMException
AbstractInternalContentDAMHandler.InternalAssetVariation(InternalAsset original, String variationName)
           
AbstractInternalContentDAMHandler.InternelAssetVariation(InternalAsset original, String variationName)
          Deprecated.  
 

Uses of DAMException in info.magnolia.module.templatingkit.imaging
 

Methods in info.magnolia.module.templatingkit.imaging that throw DAMException
 String STKImagingSupport.createLink(info.magnolia.cms.core.NodeData binaryNodeData, String variation)
           
 String ImagingSupport.createLink(info.magnolia.cms.core.NodeData nd, String variation)
           
 

Uses of DAMException in info.magnolia.module.templatingkit.paragraphs
 

Methods in info.magnolia.module.templatingkit.paragraphs that throw DAMException
 String ImageModel.getImageLink()
          Deprecated.  
 List<Asset> ImageGalleryParagraphModel.getImages()
           
 



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