Class LegacyTransformServiceRegistry

    • Constructor Detail

      • LegacyTransformServiceRegistry

        public LegacyTransformServiceRegistry()
        Deprecated.
    • Method Detail

      • setContentService

        public void setContentService​(ContentService contentService)
        Deprecated.
      • setEnabled

        public void setEnabled​(boolean enabled)
        Deprecated.
      • setTransformerDebug

        public void setTransformerDebug​(TransformerDebug transformerDebug)
        Deprecated.
      • afterPropertiesSet

        public void afterPropertiesSet()
        Deprecated.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • getMaxSize

        public long getMaxSize​(java.lang.String sourceMimetype,
                               java.lang.String targetMimetype,
                               java.util.Map<java.lang.String,​java.lang.String> options,
                               java.lang.String renditionName)
        Deprecated.
        Description copied from interface: TransformServiceRegistry
        Returns the maximun size (in bytes) of the source content that can be transformed.
        Specified by:
        getMaxSize in interface TransformServiceRegistry
        Parameters:
        sourceMimetype - the mimetype of the source content
        targetMimetype - the mimetype of the target
        options - the actual name value pairs available that could be passed to the Transform Service.
        renditionName - (optional) name for the set of options and target mimetype. If supplied is used to cache results to avoid having to work out if a given transformation is supported a second time. The sourceMimetype and sourceSizeInBytes may still change. In the case of ACS this is the rendition name.
        Returns:
        the maximum size (in bytes) of the source content that can be transformed. If -1 there is no limit, but if 0 the transform is not supported.