All Known Implementing Classes:
ForbiddenAccessRenderer, LastPublicationsRenderer, NothingRenderer, PublicationsRenderer

public interface Renderer
A renderer of a web page part.
Author:
mmoquillon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(Writer writer, RenderingContext renderingContext)
    Renders a web page by using the specified writer and according to the rendering context.
  • Method Details

    • render

      void render(Writer writer, RenderingContext renderingContext) throws IOException
      Renders a web page by using the specified writer and according to the rendering context.
      Parameters:
      writer - a writer into which the web page is written.
      renderingContext - the rendering context.
      Throws:
      IOException - if an error occurs while rendering the web page.