com.sitemesh.parser
Class UnParsedPage

java.lang.Object
  |
  +--com.sitemesh.parser.AbstractPage
        |
        +--com.sitemesh.parser.UnParsedPage

public 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.6 $
Author:
Joe Walnes
See Also:
Page

Fields inherited from class com.sitemesh.parser.AbstractPage
pageData, request
 
Constructor Summary
UnParsedPage(byte[] original)
          Simple constructor.
 
Methods inherited from class com.sitemesh.parser.AbstractPage
addProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getPropertySize, getRequest, isPropertySet, noNull, setRequest, shouldCache, writePage, writePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnParsedPage

public UnParsedPage(byte[] original)
Simple constructor.
Parameters:
original - Original data of page.