Interface Renderer

All Known Implementing Classes:
VelocityTemplateRenderer

public interface Renderer
Renders template using context informations
  • Method Details

    • render

      void render(RendererTemplateModel template, Object context, Writer output)
      Renders template. Rendered content is stored into output.
      Parameters:
      template - to render
      context - context (usually map of properties)
      output - rendered content
      Throws:
      RendererException - if any problem during rendering occurrs