Save This Page
Home » sitemesh-2.3 » com.opensymphony » sitemesh » compatability » [javadoc | source]
com.opensymphony.sitemesh.compatability
public class: Content2HTMLPage [javadoc | source]
java.lang.Object
   com.opensymphony.sitemesh.compatability.Content2HTMLPage

All Implemented Interfaces:
    HTMLPage

Adapts a SiteMesh 3 Content to a SiteMesh 2 HTMLPage .
Constructor:
 public Content2HTMLPage(Content content) 
Method from com.opensymphony.sitemesh.compatability.Content2HTMLPage Summary:
addProperty,   getBody,   getBooleanProperty,   getContentLength,   getHead,   getIntProperty,   getLongProperty,   getPage,   getProperties,   getProperty,   getPropertyKeys,   getRequest,   getTitle,   isFrameSet,   isPropertySet,   setFrameSet,   setRequest,   writeBody,   writeHead,   writePage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.sitemesh.compatability.Content2HTMLPage Detail:
 public  void addProperty(String name,
    String value) 
 public String getBody() 
 public boolean getBooleanProperty(String name) 
 public int getContentLength() 
 public String getHead() 
 public int getIntProperty(String name) 
 public long getLongProperty(String name) 
 public String getPage() 
 public Map getProperties() 
 public String getProperty(String name) 
 public String[] getPropertyKeys() 
 public HttpServletRequest getRequest() 
 public String getTitle() 
 public boolean isFrameSet() 
 public boolean isPropertySet(String name) 
 public  void setFrameSet(boolean frameset) 
 public  void setRequest(HttpServletRequest request) 
 public  void writeBody(Writer out) throws IOException 
 public  void writeHead(Writer out) throws IOException 
 public  void writePage(Writer out) throws IOException