Class FastPage
java.lang.Object
com.opensymphony.module.sitemesh.parser.AbstractPage
com.opensymphony.module.sitemesh.parser.AbstractHTMLPage
com.opensymphony.module.sitemesh.parser.FastPage
HTMLPage implementation produced by FastPageParser.
- Version:
- $Revision: 1.4 $
- Author:
- Victor Salaman
-
Field Summary
FieldsFields inherited from class com.opensymphony.module.sitemesh.parser.AbstractPage
pageData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddAttributeList(String prefix, Map attributes) getBody()getHead()booleanCheck to see if this page contains an HTML frameset.voidsetVerbatimPage(char[] v) voidWrite data of html<body>tag.voidWrite data of html<head>tag.Methods inherited from class com.opensymphony.module.sitemesh.parser.AbstractPage
addProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, noNull, setRequest, writePageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.opensymphony.module.sitemesh.Page
addProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, setRequest, writePage
-
Field Details
-
head
-
body
-
frameSet
private boolean frameSet
-
-
Constructor Details
-
FastPage
-
-
Method Details
-
writeHead
Description copied from class:AbstractHTMLPageWrite data of html<head>tag.Must be implemented. Data written should not actually contain the head tags, but all the data in between.
- Specified by:
writeHeadin interfaceHTMLPage- Specified by:
writeHeadin classAbstractHTMLPage- Throws:
IOException
-
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- Throws:
IOException
-
addAttributeList
-
setVerbatimPage
public void setVerbatimPage(char[] v) -
isFrameSet
public boolean isFrameSet()Description copied from interface:HTMLPageCheck to see if this page contains an HTML frameset. -
getBody
-
getHead
-