Interface Renderer

    • Method Detail

      • 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.