Class AbstractHTMLPage

    • Constructor Detail

      • AbstractHTMLPage

        public AbstractHTMLPage()
    • Method Detail

      • writeHead

        public abstract void writeHead​(java.io.Writer out)
                                throws java.io.IOException
        Write data of html <head> tag.

        Must be implemented. Data written should not actually contain the head tags, but all the data in between.

        Specified by:
        writeHead in interface HTMLPage
        Throws:
        java.io.IOException