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