Class RenderingService
java.lang.Object
org.nuxeo.ecm.automation.core.rendering.RenderingService
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RenderingService
getRenderer
(String type) render
(String type, String uriOrContent, OperationContext ctx)
-
Field Details
-
mvel
-
ftl
-
-
Constructor Details
-
RenderingService
public RenderingService()
-
-
Method Details
-
getInstance
-
render
public String render(String type, String uriOrContent, OperationContext ctx) throws OperationException, RenderingException, freemarker.template.TemplateException, IOException - Throws:
OperationException
RenderingException
freemarker.template.TemplateException
IOException
-
getRenderer
-