Class AbstractHTMLPage
- java.lang.Object
-
- com.opensymphony.module.sitemesh.parser.AbstractPage
-
- com.opensymphony.module.sitemesh.parser.AbstractHTMLPage
-
- Direct Known Subclasses:
FastPage
public abstract class AbstractHTMLPage extends AbstractPage implements HTMLPage
Abstract implementation ofHTMLPage
.Adds to
AbstractPage
some HTML methods. To implement, follow guidelines of super-class, and implement the 2 abstract methods states below.- Version:
- $Revision: 1.1 $
- Author:
- Joe Walnes
- See Also:
AbstractPage
,HTMLPage
-
-
Field Summary
-
Fields inherited from class com.opensymphony.module.sitemesh.parser.AbstractPage
pageData
-
-
Constructor Summary
Constructors Constructor Description AbstractHTMLPage()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
writeHead(java.io.Writer out)
Write 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, writeBody, writePage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.opensymphony.module.sitemesh.HTMLPage
isFrameSet
-
Methods inherited from interface com.opensymphony.module.sitemesh.Page
addProperty, getBooleanProperty, getContentLength, getIntProperty, getLongProperty, getProperties, getProperty, getPropertyKeys, getRequest, getTitle, isPropertySet, setRequest, writeBody, writePage
-
-