| 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.
|
| ApplicationFilterFactory |
Factory for the creation and caching of Filters and creation
of Filter Chains.
|
| ApplicationHttpRequest |
Wrapper around a jakarta.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
jakarta.servlet.http.HttpServletRequestWrapper class)
back into an internal org.apache.catalina.HttpRequest.
|
| ApplicationHttpResponse |
PWC 4858179
class ApplicationHttpResponse extends HttpServletResponseWrapper {
|
| ApplicationPushBuilder |
Implementation of jakarta.servlet.http.PushBuilder.
|
| ApplicationResponse |
START OF PWC 4858179
class ApplicationResponse extends ServletResponseWrapper {
|
| Constants |
|
| ContainerBase |
Abstract implementation of the Container interface, providing common
functionality required by nearly every implementation.
|
| ContextsAdapterUtility |
|
| DispatchTargetsInfo |
This class stores information about the last dispatch target
which is used for AsyncContext#dispatch().
|
| DummyRequest |
Dummy request object, used for request dispatcher mapping, as well as
JSP precompilation.
|
| DummyResponse |
Dummy response object, used for JSP precompilation.
|
| DynamicFilterRegistrationImpl |
Class for a filter that may be configured and/or used asynchronously
|
| DynamicServletRegistrationImpl |
Implementation through which a servlet can be configured dynamically
|
| FilterRegistrationImpl |
Class for a filter that may then be configured
|
| NamingContextListener |
Helper class used to initialize and populate the JNDI context associated
with each context and server.
|
| RequestFacadeHelper |
This class exposes some of the functionality of
org.apache.catalina.connector.Request and
org.apache.catalina.connector.Response.
|
| ServletRegistrationImpl |
Implementation through which a servlet can be configured
|
| SessionCookieConfigImpl |
Class that may be used to configure various properties of cookies used for
session tracking purposes.
|
| StandardContext |
Standard implementation of the Context interface.
|
| StandardContext.RestrictedServletContextListener |
|
| StandardEngine |
Standard implementation of the Engine interface.
|
| StandardHost |
Standard implementation of the Host interface.
|
| StandardHostDeployer |
Implementation of Deployer that is delegated to by the
StandardHost implementation class.
|
| 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.
|