public final class UnParsedPage extends AbstractPage
The original page is contained within, but no meta-data or parsed chunks.
PagepageData| Constructor and Description |
|---|
UnParsedPage(char[] original)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeBody(java.io.Writer out)
Write data of html
<body> tag. |
addProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, noNull, setRequest, writePagepublic UnParsedPage(char[] original)
original - Original data of page.public void writeBody(java.io.Writer out)
AbstractPage<body> tag.
Must be implemented. Data written should not actually contain the body tags, but all the data in between.
writeBody in interface PagewriteBody in class AbstractPage