Interface Renderer
-
- All Known Implementing Classes:
FreemarkerRender
,MvelRender
public interface Renderer
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEMPLATE_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
render(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:
OperationException
RenderingException
freemarker.template.TemplateException
IOException
-
-