|
||||||||||
| 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.
| Field Summary | |
|---|---|
private javax.servlet.ServletRequest |
request
|
| Constructor Summary | |
|---|---|
ServletRequestAndContext(javax.servlet.ServletRequest request,
javax.servlet.ServletContext context)
|
|
| Method Summary | |
|---|---|
javax.servlet.ServletRequest |
getServletRequest()
|
javax.servlet.http.HttpSession |
getSession()
|
| 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 |
| Field Detail |
|---|
private javax.servlet.ServletRequest request
| Constructor Detail |
|---|
public ServletRequestAndContext(javax.servlet.ServletRequest request,
javax.servlet.ServletContext context)
| Method Detail |
|---|
public javax.servlet.http.HttpSession getSession()
getSession in class HttpSessionAndServletContextpublic javax.servlet.ServletRequest getServletRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||