Interface RenditionDefinitionRegistry2

All Known Implementing Classes:
RenditionDefinitionRegistry2Impl

public interface RenditionDefinitionRegistry2
A registry of rendition definitions.
Author:
adavis
  • Method Details

    • getRenditionNames

      Set<String> getRenditionNames()
    • getRenditionNamesFrom

      Set<String> getRenditionNamesFrom(String sourceMimetype, long size)
      Obtains the names of renditions that are possible from a given source mimetype.
      Parameters:
      sourceMimetype - the mimetype of the source.
      size - the size of the source. May be -1 if the size should be ignored.
    • getRenditionDefinition

      RenditionDefinition2 getRenditionDefinition(String renditionName)