|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.server.AbstractHttpServletRequestWrapper | +--org.apache.cactus.server.HttpServletRequestWrapper
Encapsulation class for the Servlet 2.2 API HttpServletRequest
.
This is an implementation that delegates all the call to the
HttpServletRequest
object passed in the constructor except for
some overridden methods which are use to simulate a URL. This is to be able
to simulate any URL that would have been used to call the test method : if
this was not done, the URL that would be returned (by calling the
getRequestURI()
method or others alike) would be the URL of the
server redirector servlet or JSP and not a URL that the test case want to
simulate.
Constructor Summary | |
HttpServletRequestWrapper(HttpServletRequest theRequest,
ServletURL theURL)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpServletRequestWrapper(HttpServletRequest theRequest, ServletURL theURL)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |