Interface RenditionConverter

  • All Known Implementing Classes:
    BaseContentConverter

    public interface RenditionConverter
    Author:
    Yvo Swillens
    • Method Detail

      • getPdfRenditionMimeType

        String getPdfRenditionMimeType()
      • getThumbnailRenditionMimeType

        String getThumbnailRenditionMimeType()
      • handlesContentType

        boolean handlesContentType​(String contentType)
      • addSupportedContentType

        void addSupportedContentType​(String contentType)
      • setSupportedContentTypes

        void setSupportedContentTypes​(List<String> contentTypes)
      • isPDFRenditionSupported

        boolean isPDFRenditionSupported()
      • isThumbnailRenditionSupported

        boolean isThumbnailRenditionSupported()