|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletTemplateContext
Interface for a Template engine context for use with Melati and servlets.
| Method Summary | |
|---|---|
java.lang.String |
getForm(java.lang.String s)
Get a field from an HTML Form. |
MultipartFormField |
getMultipartForm(java.lang.String s)
Get a multi-part field from an HTML form. |
javax.servlet.http.HttpSession |
getSession()
Get the HttpSession . |
| Methods inherited from interface org.melati.template.TemplateContext |
|---|
get, getContext, put, setPassbackExceptionHandling, setPropagateExceptionHandling |
| Method Detail |
|---|
java.lang.String getForm(java.lang.String s)
s - the field's name
MultipartFormField getMultipartForm(java.lang.String s)
s - the field's name
javax.servlet.http.HttpSession getSession()
HttpSession .
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||