Interface Renderer
- All Known Implementing Classes:
FreemarkerRender
,MvelRender
public interface Renderer
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Method Summary
-
Field Details
-
TEMPLATE_PREFIX
- See Also:
-
-
Method Details
-
render
String render(String uriOrContent, Map<String, Object> root) throws OperationException, RenderingException, freemarker.template.TemplateException, IOException- Throws:
OperationException
RenderingException
freemarker.template.TemplateException
IOException
-