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

All Implemented Interfaces:
    HTMLPage, Page

HTMLPage implementation that builds itself based on the incoming 'tag' and 'text' tokens fed to it from the HTMLTagTokenizer.
Fields inherited from com.opensymphony.module.sitemesh.parser.AbstractPage:
pageData
Constructor:
 public TokenizedHTMLPage(char[] original,
    CharArray body,
    CharArray head) 
Method from com.opensymphony.module.sitemesh.parser.TokenizedHTMLPage Summary:
getBody,   getHead,   getPage,   writeBody,   writeHead
Methods from com.opensymphony.module.sitemesh.parser.AbstractHTMLPage:
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.TokenizedHTMLPage Detail:
 public String getBody() 
 public String getHead() 
 public String getPage() 
 public  void writeBody(Writer out) throws IOException 
 public  void writeHead(Writer out) throws IOException