Package com.day.cq.dam.api.renditions
Interface RenditionTemplate
-
public interface RenditionTemplate
Defines a template for creating renditions using theRenditionMaker
.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rendition
apply(Asset asset)
Create or update an rendition for the given asset based on this template.
-