Uses of Interface
info.magnolia.dam.api.Asset

Packages that use Asset
info.magnolia.dam.api   
 

Uses of Asset in info.magnolia.dam.api
 

Classes in info.magnolia.dam.api that implement Asset
 class AssetDecorator
          TODO : do we need this ? If so, maybe call it AssetWrapper to be consistent.
 

Methods in info.magnolia.dam.api that return Asset
 Asset AssetRendition.getAsset()
          The Asset this rendition was created from.
 Asset AssetProvider.getAsset(ItemKey assetKey)
          Cast-less convenience method for AssetProvider.getItem(ItemKey).
 Asset PathAwareAssetProvider.getAsset(String assetPath)
           
 Asset AssetDecorator.getDecorated()
           
static Asset AssetDecorator.unwrap(Asset asset)
           
 

Methods in info.magnolia.dam.api with parameters of type Asset
 boolean AssetRenderer.canRender(Asset asset, com.google.common.net.MediaType to)
           
 AssetRenderer AssetProviderRegistry.getRendererFor(Asset asset, com.google.common.net.MediaType to)
          Returns an appropriate AssetRenderer, or null if there is none.
 AssetRenderer AssetProvider.getRendererFor(Asset asset, com.google.common.net.MediaType to)
          Returns an appropriate AssetRenderer if this provider has specific renderers, or null if there is none.
 AssetRendition AssetRenderer.render(Asset asset, com.google.common.net.MediaType to, String renditionName)
          Returns a AssetRendition of the given Asset in the given MediaType.
static Asset AssetDecorator.unwrap(Asset asset)
           
 

Constructors in info.magnolia.dam.api with parameters of type Asset
AssetDecorator(Asset decorated)
           
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.