Interface RenditionTemplate


public interface RenditionTemplate
Defines a template for creating renditions using the RenditionMaker.
Since:
6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Asset asset)
    Create or update an rendition for the given asset based on this template.
  • Method Details

    • apply

      Rendition apply(Asset asset)
      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 null if it failed