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

All Implemented Interfaces:
    HTMLPage, Page

HTMLPage implementation produced by FastPageParser.
Fields inherited from com.opensymphony.module.sitemesh.parser.AbstractPage:
pageData
Constructor:
 public FastPage(Map sitemeshProps,
    Map htmlProps,
    Map metaProps,
    Map bodyProps,
    String title,
    String head,
    String body,
    boolean frameSet) 
Method from com.opensymphony.module.sitemesh.parser.FastPage Summary:
getBody,   getHead,   setVerbatimPage,   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.FastPage Detail:
 public String getBody() 
 public String getHead() 
 public  void setVerbatimPage(char[] v) 
 public  void writeBody(Writer out) throws IOException 
 public  void writeHead(Writer out) throws IOException