Package | Description |
---|---|
org.apache.cactus |
Contains all classes needed for writing Cactus tests.
|
org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
org.apache.cactus.server |
Contains the Cactus redirectors and the Cactus wrappers around all
Servlet, Filter and JSP implicit objects.
|
Modifier and Type | Method and Description |
---|---|
ServletURL |
WebRequest.getURL() |
static ServletURL |
ServletURL.loadFromRequest(javax.servlet.http.HttpServletRequest theRequest)
Creates a
ServletURL object by loading it's values from the
HTTP request. |
Modifier and Type | Method and Description |
---|---|
ServletURL |
WebRequestImpl.getURL() |
Modifier and Type | Field and Description |
---|---|
protected ServletURL |
AbstractHttpServletRequestWrapper.url
The URL to simulate
|
protected ServletURL |
AbstractPageContextWrapper.url
The URL to simulate
|
Constructor and Description |
---|
AbstractHttpServletRequestWrapper(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. |
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. |
AbstractPageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL)
Construct an
PageContext instance that delegates
it's method calls to the page context object passed as parameter and
that uses the URL passed as parameter to simulate a URL from which
the request would come from. |
AbstractPageContextWrapper23(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL)
Construct a
PageContext instance that delegates
it's method calls to the page context object passed as parameter and
that uses the URL passed as parameter to simulate a URL from which
the request would come from. |
HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest theRequest,
ServletURL theURL) |
PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL) |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.