public class GrailsTokenizedHTMLPage
extends com.opensymphony.module.sitemesh.parser.TokenizedHTMLPage
| Constructor and Description |
|---|
GrailsTokenizedHTMLPage(char[] data,
com.opensymphony.module.sitemesh.html.util.CharArray body,
com.opensymphony.module.sitemesh.html.util.CharArray head) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getData() |
void |
writeBody(java.io.Writer out) |
void |
writeHead(java.io.Writer out) |
getBody, getHead, getPageisFrameSet, setFrameSetaddProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, noNull, setRequest, writePageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GrailsTokenizedHTMLPage(char[] data,
com.opensymphony.module.sitemesh.html.util.CharArray body,
com.opensymphony.module.sitemesh.html.util.CharArray head)
public void writeHead(java.io.Writer out)
throws java.io.IOException
writeHead in interface com.opensymphony.module.sitemesh.HTMLPagewriteHead in class com.opensymphony.module.sitemesh.parser.TokenizedHTMLPagejava.io.IOExceptionpublic void writeBody(java.io.Writer out)
throws java.io.IOException
writeBody in interface com.opensymphony.module.sitemesh.PagewriteBody in class com.opensymphony.module.sitemesh.parser.TokenizedHTMLPagejava.io.IOExceptionpublic char[] getData()