Interface Renderer
-
- All Known Implementing Classes:
FreemarkerRender,MvelRender
public interface Renderer- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static StringTEMPLATE_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringrender(String uriOrContent, Map<String,Object> root)
-
-
-
Field Detail
-
TEMPLATE_PREFIX
static final String TEMPLATE_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
render
String render(String uriOrContent, Map<String,Object> root) throws OperationException, RenderingException, freemarker.template.TemplateException, IOException
- Throws:
OperationExceptionRenderingExceptionfreemarker.template.TemplateExceptionIOException
-
-