Class DocumentRenderingEngine

java.lang.Object
org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
org.nuxeo.ecm.platform.rendering.template.DocumentRenderingEngine
All Implemented Interfaces:
RenderingEngine
Direct Known Subclasses:
NotificationsRenderingEngine

public abstract class DocumentRenderingEngine extends FreemarkerRenderingEngine
Author:
Bogdan Stefanescu
  • Constructor Details

    • DocumentRenderingEngine

      public DocumentRenderingEngine()
  • Method Details

    • createConfiguration

      public freemarker.template.Configuration createConfiguration()
      Description copied from class: FreemarkerRenderingEngine
      TODO : It works like this but this default implementation should return just a new Configuration() There should be a class that extends this class and overrides this but that brokes it right now. TODO: write a clear TODO
      Overrides:
      createConfiguration in class FreemarkerRenderingEngine