|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for accessing HTTP context objects
| Method Summary | |
java.lang.Object |
getAttribute(java.lang.String name,
HttpScope scope)
Returns the attribute with the given name from the specified scope |
javax.servlet.ServletContext |
getServletContext()
Returns the Servlet Context |
javax.servlet.http.HttpServletRequest |
request()
Returns the HTTP Request |
javax.servlet.http.HttpServletResponse |
response()
Returns the HTTP Response |
javax.servlet.http.HttpSession |
session()
Gets the session object |
| Method Detail |
public java.lang.Object getAttribute(java.lang.String name,
HttpScope scope)
name - the attribute namescope - the scope to search
nullpublic javax.servlet.ServletContext getServletContext()
public javax.servlet.http.HttpServletRequest request()
public javax.servlet.http.HttpServletResponse response()
public javax.servlet.http.HttpSession session()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||