java.lang.Objectcom.opensymphony.module.sitemesh.parser.AbstractPage
All Implemented Interfaces:
Page
Direct Known Subclasses:
TokenizedHTMLPage, AbstractHTMLPage, FastPage
Contains base methods for storing and accessing page properties. Also stores #pageData as byte[] and implements write???() methods.
Concrete implementations need only set the #pageData and call #addProperty(java.lang.String,java.lang.String) to add all the required information.
< - a href="joe@truemesh.com">Joe Walnes$ - Revision: 1.4 $| Field Summary | ||
|---|---|---|
| protected char[] | pageData | Date of page contents. |
| Method from com.opensymphony.module.sitemesh.parser.AbstractPage Summary: |
|---|
| addProperty, getBody, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getPage, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, noNull, setRequest, writeBody, writePage |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.opensymphony.module.sitemesh.parser.AbstractPage Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body> tag.
Must be implemented. Data written should not actually contain the body tags, but all the data in between. |
|