Package org.nuxeo.ecm.user.invite
Class RenderingHelper
- java.lang.Object
-
- org.nuxeo.ecm.user.invite.RenderingHelper
-
public class RenderingHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
RenderingHelper.CLResourceLocator
-
Field Summary
Fields Modifier and Type Field Description protected FreemarkerEngine
engine
-
Constructor Summary
Constructors Constructor Description RenderingHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description freemarker.template.Configuration
getEngineConfiguration()
FreemarkerEngine
getRenderingEngine()
-
-
-
Field Detail
-
engine
protected volatile FreemarkerEngine engine
-
-
Method Detail
-
getRenderingEngine
public FreemarkerEngine getRenderingEngine()
-
getEngineConfiguration
public freemarker.template.Configuration getEngineConfiguration()
-
-