|
Class Summary |
| ApplicationContext |
Standard implementation of ServletContext that represents
a web application's execution environment. |
| ApplicationContextFacade |
Facade object which masks the internal ApplicationContext
object from the web application. |
| ApplicationDispatcher |
Standard implementation of RequestDispatcher that allows a
request to be forwarded to a different resource to create the ultimate
response, or to include the output of another resource in the response
from this resource. |
| ApplicationFilterChain |
Implementation of javax.servlet.FilterChain used to manage
the execution of a set of filters for a particular request. |
| ApplicationFilterConfig |
Implementation of a javax.servlet.FilterConfig useful in
managing the filter instances instantiated when a web application
is first started. |
| ApplicationFilterFactory |
Factory for the creation and caching of Filters and creationg
of Filter Chains. |
| ApplicationHttpRequest |
Wrapper around a javax.servlet.http.HttpServletRequest
that transforms an application request object (which might be the original
one passed to a servlet, or might be based on the 2.3
javax.servlet.http.HttpServletRequestWrapper class)
back into an internal org.apache.catalina.HttpRequest. |
| ApplicationHttpResponse |
Wrapper around a javax.servlet.http.HttpServletResponse
that transforms an application response object (which might be the original
one passed to a servlet, or might be based on the 2.3
javax.servlet.http.HttpServletResponseWrapper class)
back into an internal org.apache.catalina.HttpResponse. |
| ApplicationRequest |
Wrapper around a javax.servlet.ServletRequest
that transforms an application request object (which might be the original
one passed to a servlet, or might be based on the 2.3
javax.servlet.ServletRequestWrapper class)
back into an internal org.apache.catalina.Request. |
| ApplicationResponse |
Wrapper around a javax.servlet.ServletResponse
that transforms an application response object (which might be the original
one passed to a servlet, or might be based on the 2.3
javax.servlet.ServletResponseWrapper class)
back into an internal org.apache.catalina.Response. |
| AprLifecycleListener |
Implementation of LifecycleListener that will init and
and destroy APR. |
| Constants |
|
| ContainerBase |
Abstract implementation of the Container interface, providing common
functionality required by nearly every implementation. |
| DummyRequest |
Dummy request object, used for request dispatcher mapping, as well as
JSP precompilation. |
| DummyResponse |
Dummy response object, used for JSP precompilation. |
| NamingContextListener |
Helper class used to initialize and populate the JNDI context associated
with each context and server. |
| StandardContext |
Standard implementation of the Context interface. |
| StandardContextValve |
Valve that implements the default basic behavior for the
StandardContext container implementation. |
| StandardEngine |
Standard implementation of the Engine interface. |
| StandardEngineValve |
Valve that implements the default basic behavior for the
StandardEngine container implementation. |
| StandardHost |
Standard implementation of the Host interface. |
| StandardHostValve |
Valve that implements the default basic behavior for the
StandardHost container implementation. |
| StandardPipeline |
Standard implementation of a processing Pipeline that will invoke
a series of Valves that have been configured to be called in order. |
| StandardServer |
Standard implementation of the Server interface, available for use
(but not required) when deploying and starting Catalina. |
| StandardService |
Standard implementation of the Service interface. |
| StandardWrapper |
Standard implementation of the Wrapper interface that represents
an individual servlet definition. |
| StandardWrapperFacade |
Facade for the StandardWrapper object. |
| StandardWrapperValve |
Valve that implements the default basic behavior for the
StandardWrapper container implementation. |