|
||||||||||
| 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 | |
|---|---|
String |
getFormField(String s)
Get a field from an HTML Form. |
MultipartFormField |
getMultipartFormField(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 |
|---|
String getFormField(String s)
s - the field's name
MultipartFormField getMultipartFormField(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 | |||||||||