|
Tynamo™-TINI v1.0.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Template.UnsetVariableHandler
This handler is called for each variable that is not set.
Template.setUnsetVariableHandler(Template.UnsetVariableHandler)| Method Summary | |
|---|---|
void |
templateVariable(String varName,
ServletOutputStream out,
HttpServletRequest req,
HttpServletResponse resp)
This is called for each variable that is not set. |
| Method Detail |
|---|
void templateVariable(String varName,
ServletOutputStream out,
HttpServletRequest req,
HttpServletResponse resp)
throws IOException,
ServletException
resp.getOutputStream().
varName - the variable nameout - the servlet output stream from the response object,
provided for conveniencereq - the HTTP request objectresp - the HTTP response object
IOException - if there was an I/O error while outputting the
template.
ServletException - if the request could not be handled.
|
Tynamo™-TINI v1.0.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||