@ProviderType
public interface DynamicMediaRenditionProvider
| Modifier and Type | Method and Description |
|---|---|
Rendition |
getRendition(Asset asset,
Map<String,Object> rules)
Get the rendition for the given asset based on the given rules.
|
List<Rendition> |
getRenditions(Asset asset,
Map<String,Object> rules)
Get the renditions for the given asset based on the given rules.
|
Rendition getRendition(Asset asset, Map<String,Object> rules)
asset - asset for which to the rendition needs to be providedrules - a map of rendition rulesList<Rendition> getRenditions(Asset asset, Map<String,Object> rules)
asset - asset for which to the rendition needs to be providedrules - a map of rendition rulesCopyright © 2010 - 2020 Adobe. All Rights Reserved