Class PartialPageParserPage
java.lang.Object
com.opensymphony.module.sitemesh.parser.AbstractPage
com.opensymphony.module.sitemesh.parser.PartialPageParserPage
- All Implemented Interfaces:
Page
- Direct Known Subclasses:
PartialPageParserHtmlPage
The Class PartialPageParserPage.
-
Constructor Summary
ConstructorsConstructorDescriptionPartialPageParserPage(SitemeshBuffer sitemeshBuffer, SitemeshBufferFragment body) Instantiates a new partial page parser page. -
Method Summary
Methods inherited from class com.opensymphony.module.sitemesh.parser.AbstractPage
addProperty, getBody, getBooleanProperty, getIntProperty, getLongProperty, getPage, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, noNull, setRequest, writePage
-
Constructor Details
-
PartialPageParserPage
Instantiates a new partial page parser page.- Parameters:
sitemeshBuffer- the sitemesh bufferbody- the body
-
-
Method Details
-
writeBody
Description copied from class:AbstractPageWrite data of html<body>tag.Must be implemented. Data written should not actually contain the body tags, but all the data in between.
- Specified by:
writeBodyin interfacePage- Specified by:
writeBodyin classAbstractPage- Parameters:
out- the out- Throws:
IOException- Signals that an I/O exception has occurred.
-