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
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
cfg -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfreemarker.template.ConfigurationTODO : It works like this but this default implementation should return just anew Configuration()There should be a class that extends this class and overrides this but that brokes it right now.Methods inherited from class org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
createJob, processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.ecm.platform.rendering.RenderingEngine
getFormatName
-
Constructor Details
-
DocumentRenderingEngine
public DocumentRenderingEngine()
-
-
Method Details
-
createConfiguration
public freemarker.template.Configuration createConfiguration()Description copied from class:FreemarkerRenderingEngineTODO : It works like this but this default implementation should return just anew 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:
createConfigurationin classFreemarkerRenderingEngine
-