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

Packages that use Asset
info.magnolia.module.templatingkit.dam   
info.magnolia.module.templatingkit.dam.assets   
info.magnolia.module.templatingkit.dam.handlers   
info.magnolia.module.templatingkit.paragraphs   
info.magnolia.module.templatingkit.util   
 

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

Methods in info.magnolia.module.templatingkit.dam that return Asset
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)
           
 Asset Asset.getVariation(String variationName)
           
 

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

Classes in info.magnolia.module.templatingkit.dam.assets that implement Asset
 class AssetWithOverridingMetaData
          An asset reading meta data information like caption, description, ..
 class AssetWrapper
           
 class DMSAsset
           
 class InternalAsset
           
 class MetaDataOnlyAsset
          A pseudo asset only containing meta data information.
 

Fields in info.magnolia.module.templatingkit.dam.assets declared as Asset
protected  Asset AssetWrapper.asset
           
 

Methods in info.magnolia.module.templatingkit.dam.assets that return Asset
 Asset MetaDataOnlyAsset.getVariation(String variationName)
           
 Asset InternalAsset.getVariation(String variationName)
           
 Asset AssetWrapper.getVariation(String variationName)
           
protected abstract  Asset AssetWrapper.wrapVariation(Asset assetVariaton)
           
protected  Asset AssetWithOverridingMetaData.wrapVariation(Asset assetVariaton)
           
 

Methods in info.magnolia.module.templatingkit.dam.assets with parameters of type Asset
protected abstract  Asset AssetWrapper.wrapVariation(Asset assetVariaton)
           
protected  Asset AssetWithOverridingMetaData.wrapVariation(Asset assetVariaton)
           
 

Constructors in info.magnolia.module.templatingkit.dam.assets with parameters of type Asset
AssetWithOverridingMetaData(Asset descriptor, Asset metaData)
           
AssetWrapper(Asset descriptor)
           
 

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

Classes in info.magnolia.module.templatingkit.dam.handlers that implement Asset
protected  class AbstractInternalContentDAMHandler.InternalAssetVariation
           
protected  class AbstractInternalContentDAMHandler.InternelAssetVariation
          Deprecated. since STK-1.3.2 use AbstractInternalContentDAMHandler$InternalAssetVariation instead.
 

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

Methods in info.magnolia.module.templatingkit.dam.handlers with parameters of type Asset
protected  Asset AbstractInternalContentDAMHandler.InternalAssetVariation.wrapVariation(Asset assetVariaton)
           
 

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

Methods in info.magnolia.module.templatingkit.paragraphs that return Asset
protected  Asset InternalTeaserModel.findImage(info.magnolia.cms.core.Content content)
          Returns the first image found in the target content pointed by the teaser if no teaser image was defined in target intro/header.
 Asset InternalTeaserModel.getImage()
           
 Asset ImageModel.getImage()
           
 

Methods in info.magnolia.module.templatingkit.paragraphs that return types with arguments of type Asset
 List<Asset> ImageGalleryParagraphModel.getImages()
           
 

Uses of Asset in info.magnolia.module.templatingkit.util
 

Methods in info.magnolia.module.templatingkit.util that return Asset
static Asset STKUtil.getAsset(info.magnolia.cms.core.Content content, String nodeDataName)
           
static Asset STKUtil.getAsset(info.magnolia.cms.core.Content content, String nodeDataName, String variationName)
           
static Asset STKUtil.getAssetVariation(Asset original, String variationName)
           
 

Methods in info.magnolia.module.templatingkit.util with parameters of type Asset
static Asset STKUtil.getAssetVariation(Asset original, String variationName)
           
 



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