|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.server.AbstractHttpServletRequestWrapper
org.apache.cactus.server.AbstractHttpServletRequestWrapper23
public abstract class AbstractHttpServletRequestWrapper23
Extends AbstractHttpServletRequestWrapper by adding the new methods
of the Servlet 2.3 API specifications.
AbstractHttpServletRequestWrapper| Field Summary |
|---|
| Fields inherited from class org.apache.cactus.server.AbstractHttpServletRequestWrapper |
|---|
remoteHostName, remoteIPAddress, remoteUser, request, url |
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Constructor Summary | |
|---|---|
AbstractHttpServletRequestWrapper23(javax.servlet.http.HttpServletRequest theRequest,
ServletURL theURL)
Construct a HttpServletRequest instance that delegates
it's method calls to the request object passed as parameter and that
uses the URL passed as parameter to simulate a URL from which the
request would come from. |
|
| Method Summary | |
|---|---|
java.util.Map |
getParameterMap()
|
java.lang.StringBuffer |
getRequestURL()
|
void |
setCharacterEncoding(java.lang.String theEnvironment)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.ServletRequest |
|---|
getLocalAddr, getLocalName, getLocalPort, getRemotePort |
| Constructor Detail |
|---|
public AbstractHttpServletRequestWrapper23(javax.servlet.http.HttpServletRequest theRequest,
ServletURL theURL)
HttpServletRequest instance that delegates
it's method calls to the request object passed as parameter and that
uses the URL passed as parameter to simulate a URL from which the
request would come from.
theRequest - the real HTTP requesttheURL - the URL to simulate or null if none| Method Detail |
|---|
public java.lang.StringBuffer getRequestURL()
HttpServletRequest.getRequestURL()
public void setCharacterEncoding(java.lang.String theEnvironment)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionServletRequest.setCharacterEncoding(String)public java.util.Map getParameterMap()
ServletRequest.getParameterMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||