Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » parser » [javadoc | source]
com.opensymphony.module.sitemesh.parser
abstract public class: AbstractHTMLPage [javadoc | source]
java.lang.Object
   com.opensymphony.module.sitemesh.parser.AbstractPage
      com.opensymphony.module.sitemesh.parser.AbstractHTMLPage

All Implemented Interfaces:
    HTMLPage, Page

Direct Known Subclasses:
    TokenizedHTMLPage, FastPage

Abstract implementation of com.opensymphony.module.sitemesh.HTMLPage .

Adds to com.opensymphony.module.sitemesh.parser.AbstractPage some HTML methods. To implement, follow guidelines of super-class, and implement the 2 abstract methods states below.

Fields inherited from com.opensymphony.module.sitemesh.parser.AbstractPage:
pageData
Method from com.opensymphony.module.sitemesh.parser.AbstractHTMLPage Summary:
isFrameSet,   setFrameSet,   writeHead
Methods from com.opensymphony.module.sitemesh.parser.AbstractPage:
addProperty,   getBody,   getBooleanProperty,   getContentLength,   getIntProperty,   getLongProperty,   getPage,   getProperties,   getProperty,   getPropertyKeys,   getRequest,   getTitle,   isPropertySet,   noNull,   setRequest,   writeBody,   writePage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.parser.AbstractHTMLPage Detail:
 public boolean isFrameSet() 
 public  void setFrameSet(boolean frameset) 
 abstract public  void writeHead(Writer out) throws IOException
    Write data of html <head> tag.

    Must be implemented. Data written should not actually contain the head tags, but all the data in between.