Class PublicationsRenderer

  • All Implemented Interfaces:
    Renderer

    public class PublicationsRenderer
    extends Object
    implements Renderer
    A renderer of a paginated list of publications.
    Author:
    mmoquillon
    • Constructor Detail

      • PublicationsRenderer

        public PublicationsRenderer()
    • Method Detail

      • render

        public void render​(Writer writer,
                           RenderingContext ctx)
                    throws IOException
        Description copied from interface: Renderer
        Renders a web page by using the specified writer and according to the rendering context.
        Specified by:
        render in interface Renderer
        Parameters:
        writer - a writer into which the web page is written.
        ctx - the rendering context.
        Throws:
        IOException - if an error occurs while rendering the web page.