Class FreemarkerRenderingEngine

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

    @Deprecated
    public class FreemarkerRenderingEngine
    extends BaseTemplateRenderingEngine
    Deprecated.
    The RenditionService is being replace by the simpler async RenditionService2.
    Since:
    3.3
    Author:
    Nick Smith
    • Field Detail

      • KEY_NODE

        public static final java.lang.String KEY_NODE
        Deprecated.
        The name of the source node as it appears in the model supplied to the freemarker template
        See Also:
        Constant Field Values
    • Constructor Detail

      • FreemarkerRenderingEngine

        public FreemarkerRenderingEngine()
        Deprecated.