|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.servlet.HttpSessionAndServletContext
public class HttpSessionAndServletContext
Just a structure to hold a ServletRequest and ServletContext together.
Constructor Summary | |
---|---|
HttpSessionAndServletContext(HttpSession session,
ServletContext context)
Create a new HttpSessionAndServletContext. |
Method Summary | |
---|---|
ServletContext |
getServletContext()
Get the ServletContext. |
HttpSession |
getSession()
Get the session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpSessionAndServletContext(HttpSession session, ServletContext context)
session
- HttpSessioncontext
- ServletContextMethod Detail |
---|
public HttpSession getSession()
public ServletContext getServletContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |