|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletURL | |
org.apache.commons.cactus | Base package for the Cactus project. |
org.apache.commons.cactus.server |
Uses of ServletURL in org.apache.commons.cactus |
Methods in org.apache.commons.cactus that return ServletURL | |
static ServletURL |
ServletURL.loadFromRequest(javax.servlet.http.HttpServletRequest theRequest)
Creates a ServletURL object by loading it's values from the
HTTP request. |
ServletURL |
ServletTestRequest.getURL()
|
Uses of ServletURL in org.apache.commons.cactus.server |
Constructors in org.apache.commons.cactus.server with parameters of type ServletURL | |
HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest theRequest,
ServletURL theURL)
Construct an 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |