Class XSLTRenderingEngine

  • All Implemented Interfaces:
    ActionExecuter, LoggingAwareExecuter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    @Deprecated
    public class XSLTRenderingEngine
    extends BaseTemplateRenderingEngine
    Deprecated.
    The RenditionService is being replace by the simpler async RenditionService2.
    Since:
    3.3
    Author:
    Brian Remmington
    • Constructor Detail

      • XSLTRenderingEngine

        public XSLTRenderingEngine()
        Deprecated.
    • Method Detail

      • getTemplateType

        protected java.lang.String getTemplateType()
        Deprecated.
        Description copied from class: BaseTemplateRenderingEngine
        Get the type of template that is to be used. This identifies the name of the template processor that should be used, such as "freemarker" or "xslt".
        Specified by:
        getTemplateType in class BaseTemplateRenderingEngine
        Returns:
        String
      • setXsltFunctions

        public void setXsltFunctions​(XSLTFunctions xsltFunctions)
        Deprecated.
        Parameters:
        xsltFunctions - the xsltFunctions to set
      • setNamespacePrefixResolver

        public void setNamespacePrefixResolver​(org.alfresco.service.namespace.NamespacePrefixResolver namespacePrefixResolver)
        Deprecated.
        Parameters:
        namespacePrefixResolver - the namespacePrefixResolver to set
      • setFileFolderService

        public void setFileFolderService​(FileFolderService fileFolderService)
        Deprecated.
        Parameters:
        fileFolderService - the fileFolderService to set