|
|||||||||
| 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(javax.servlet.http.HttpSession session,
javax.servlet.ServletContext context)
Create a new HttpSessionAndServletContext. |
|
| Method Summary | |
|---|---|
javax.servlet.ServletContext |
getServletContext()
Get the ServletContext. |
javax.servlet.http.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(javax.servlet.http.HttpSession session,
javax.servlet.ServletContext context)
session - HttpSessioncontext - ServletContext| Method Detail |
|---|
public javax.servlet.http.HttpSession getSession()
public javax.servlet.ServletContext getServletContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||