Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sitemesh.parser
Class UnParsedPage  view UnParsedPage download UnParsedPage.java

java.lang.Object
  extended bycom.sitemesh.parser.AbstractPage
      extended bycom.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 $

Field Summary
 
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.