|
|||||||||||
| 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 |
processError(Request request,
ContentManager manager,
int code)
Processes the template with a request and a content manager. |
void |
processNormal(Request request,
ContentManager manager)
Processes the template with a request and a content manager. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void processNormal(Request request,
ContentManager manager)
throws TemplateException
request - the request objectmanager - the content manager to use
TemplateException - if the template processing failed
public void processError(Request request,
ContentManager manager,
int code)
throws TemplateException
request - the request objectmanager - the content manager to usecode - the error code
TemplateException - if the template processing failed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||