Class UnParsedPage

  • All Implemented Interfaces:
    Page

    public final class UnParsedPage
    extends AbstractPage
    A page that is of unrecognised content-type, or cannot be parsed into a specific type of Page.

    The original page is contained within, but no meta-data or parsed chunks.

    Version:
    $Revision: 1.1 $
    Author:
    Joe Walnes
    See Also:
    Page
    • Constructor Detail

      • UnParsedPage

        public UnParsedPage​(char[] original)
        Simple constructor.
        Parameters:
        original - Original data of page.
    • Method Detail

      • writeBody

        public void writeBody​(java.io.Writer out)
        Description copied from class: AbstractPage
        Write data of html <body> tag.

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

        Specified by:
        writeBody in interface Page
        Specified by:
        writeBody in class AbstractPage