Interface PageRenderer

    • Method Detail

      • render

        void render​(Page page,
                    java.io.Writer out)
             throws java.io.IOException
        Renders the page.
        Parameters:
        out - the output writer to put the content to (never null).
        Throws:
        java.io.IOException