Package com.day.cq.dam.api.renditions
Interface RenditionTemplate
public interface RenditionTemplate
Defines a template for creating renditions using the
RenditionMaker.- Since:
- 6.0
-
Method Summary
-
Method Details
-
apply
Create or update an rendition for the given asset based on this template.- Parameters:
asset- the asset for which a rendition should be created or updated- Returns:
- created or updated rendition or
nullif it failed
-