API Overview API Index Package Overview Direct link to this page
Sitemesh 2.3
  com.opensymphony.sitemesh. Content View Source
Author(s)
Joe Walnes
Since
SiteMesh 3
Version
Serial
Hierarchy
 Content
Subinterfaces
Description
public interface Content
 
See also:   
Methods
Hide/Show inherited methods
public void addProperty (String name, String value)
Manually add a property to page.
public String getProperty (String name)
  Get a property embedded into the Page as a String.
public String getPropertyKeys ()
  Get all available property keys for the Page.
public String getTitle ()
Get the Title of the document
public int originalLength ()
Length of the original unprocessed content.
public void writeBody (Writer out) throws IOException
Write the contents of the <body> tag.
public void writeHead (Writer out) throws IOException
Write the contents of the <head> tag.
public void writeOriginal (Writer writer) throws IOException
Write out the original unprocessed content.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar