Class MvelRender
java.lang.Object
org.nuxeo.ecm.automation.core.rendering.MvelRender
- All Implemented Interfaces:
Renderer
MVEL rendering using a simple cache of compiled template.
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from interface org.nuxeo.ecm.automation.core.rendering.Renderer
TEMPLATE_PREFIX
-
Constructor Summary
-
Method Summary
-
Field Details
-
cache
-
-
Constructor Details
-
MvelRender
public MvelRender()
-
-
Method Details
-
render
public String render(String uriOrContent, Map<String, Object> root) throws OperationException, IOException- Specified by:
render
in interfaceRenderer
- Throws:
OperationException
IOException
-