|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.app.template.Template
A template class. This class wraps a FreeMarker template and adds the liquidsite data model upon processing.
| Method Summary | |
void |
process(Request request,
ContentManager manager,
java.io.Writer out)
Processes the template with a request and an output stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void process(Request request,
ContentManager manager,
java.io.Writer out)
throws TemplateException
request - the request objectmanager - the content manager to useout - the output stream writer
TemplateException - if the template processing failed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||