Class LastPublicationsRenderer

  • All Implemented Interfaces:
    Renderer

    public class LastPublicationsRenderer
    extends Object
    implements Renderer
    Renderer of the last publications published in a given Kmelia instance.
    Author:
    mmoquillon
    • Constructor Detail

      • LastPublicationsRenderer

        public LastPublicationsRenderer()
    • 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.