java.lang.Object
com.sitemesh.parser.AbstractPage
com.sitemesh.parser.UnParsedPage
- All Implemented Interfaces:
- com.sitemesh.Page
- 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 $
|
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 |
UnParsedPage
public UnParsedPage(byte[] original)
- Simple constructor.