Interface Renderer
- All Known Implementing Classes:
VelocityTemplateRenderer
public interface Renderer
Renders template using context informations
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(RendererTemplateModel template, Object context, Writer output) Renders template.
-
Method Details
-
render
Renders template. Rendered content is stored into output.- Parameters:
template- to rendercontext- context (usually map of properties)output- rendered content- Throws:
RendererException- if any problem during rendering occurrs
-