|
Milyn-Tinak Version 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Http interface definition.
Definition of access to the HTTP request attributes - namely the request headers and parameters. Method signatures are based on the servlet spec HttpServletRequest class.
| Method Summary | |
java.lang.String |
getHeader(java.lang.String name)
Get the named HTTP request header. |
java.lang.String |
getParameter(java.lang.String name)
Get the named HTTP request parameter from the request query string. |
| Method Detail |
public java.lang.String getHeader(java.lang.String name)
name - The request header name.
public java.lang.String getParameter(java.lang.String name)
name - The name of the required request parameter.
|
Milyn-Tinak Version 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||