|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Content
| Method Summary | |
|---|---|
void |
addProperty(java.lang.String name,
java.lang.String value)
Manually add a property to page. |
java.lang.String |
getProperty(java.lang.String name)
Get a property embedded into the Page as a String. |
java.lang.String[] |
getPropertyKeys()
Get all available property keys for the Page. |
java.lang.String |
getTitle()
Get the Title of the document |
int |
originalLength()
Length of the original unprocessed content. |
void |
writeBody(java.io.Writer out)
Write the contents of the <body> tag. |
void |
writeHead(java.io.Writer out)
Write the contents of the <head> tag. |
void |
writeOriginal(java.io.Writer writer)
Write out the original unprocessed content. |
| Method Detail |
|---|
void writeOriginal(java.io.Writer writer)
throws java.io.IOException
java.io.IOExceptionint originalLength()
void writeBody(java.io.Writer out)
throws java.io.IOException
<body> tag.
java.io.IOException
void writeHead(java.io.Writer out)
throws java.io.IOException
<head> tag.
java.io.IOExceptionjava.lang.String getTitle()
java.lang.String getProperty(java.lang.String name)
Page as a String.
name - Name of property
java.lang.String[] getPropertyKeys()
Page.
void addProperty(java.lang.String name,
java.lang.String value)
|
www.opensymphony.com/sitemesh/ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||