Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ec.notification.email
Class NotificationsRenderingEngine

java.lang.Object
  extended by org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
      extended by org.nuxeo.ecm.platform.rendering.template.DocumentRenderingEngine
          extended by org.nuxeo.ecm.platform.ec.notification.email.NotificationsRenderingEngine
All Implemented Interfaces:
RenderingEngine

public class NotificationsRenderingEngine
extends DocumentRenderingEngine

Author:
Narcis Paslaru

Constructor Summary
NotificationsRenderingEngine(String template)
           
 
Method Summary
 freemarker.template.Configuration createConfiguration()
          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.
 String getFormatName()
           
 
Methods inherited from class org.nuxeo.ecm.platform.rendering.template.FreemarkerRenderingEngine
process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationsRenderingEngine

public NotificationsRenderingEngine(String template)
Method Detail

createConfiguration

public freemarker.template.Configuration createConfiguration()
                                                      throws Exception
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 DocumentRenderingEngine
Throws:
Exception

getFormatName

public String getFormatName()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.