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
  • Field Details

  • Constructor Details

    • XSLTRenderingEngine

      public XSLTRenderingEngine()
      Deprecated.
  • Method Details

    • buildModel

      protected Object buildModel(AbstractRenderingEngine.RenderingContext context)
      Deprecated.
      Description copied from class: BaseTemplateRenderingEngine
      Create the model that will be passed to the template service for rendering with the appropriate template.
      Specified by:
      buildModel in class BaseTemplateRenderingEngine
      Parameters:
      context - The context of the rendering request
      Returns:
      The model that is to be passed to the template service
    • getTemplateType

      protected 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(NamespacePrefixResolver namespacePrefixResolver)
      Deprecated.
      Parameters:
      namespacePrefixResolver - the namespacePrefixResolver to set
    • setFileFolderService

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