Class NotificationsRenderingEngine
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
-
- org.nuxeo.ecm.platform.rendering.template.DocumentRenderingEngine
-
- org.nuxeo.ecm.platform.ec.notification.email.NotificationsRenderingEngine
-
- All Implemented Interfaces:
RenderingEngine
public class NotificationsRenderingEngine extends DocumentRenderingEngine
- Author:
- Narcis Paslaru
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
cfg
-
-
Constructor Summary
Constructors Constructor Description NotificationsRenderingEngine(String template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description freemarker.template.Configuration
createConfiguration()
TODO : 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.protected FreemarkerRenderingJob
createJob(RenderingContext ctx)
String
getFormatName()
-
Methods inherited from class org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
process
-
-
-
-
Constructor Detail
-
NotificationsRenderingEngine
public NotificationsRenderingEngine(String template)
-
-
Method Detail
-
createConfiguration
public freemarker.template.Configuration createConfiguration()
Description copied from class:FreemarkerRenderingEngine
TODO : 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:
createConfiguration
in classDocumentRenderingEngine
-
createJob
protected FreemarkerRenderingJob createJob(RenderingContext ctx)
- Specified by:
createJob
in classFreemarkerRenderingEngine
-
getFormatName
public String getFormatName()
-
-