Class | Description |
---|---|
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. |
ApplicationFilterConfigFacade |
Facade for AppalicationFilterConfig.
|
ApplicationFilterConfigFacade.Dynamic | |
ApplicationFilterFactory |
Factory for the creation and caching of Filters and creationg
of Filter Chains.
|
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.
|
JasperListener |
This listener is designed to initialize Jasper before any web applications are
started.
|
JreMemoryLeakPreventionListener |
Provide a workaround for known places where the Java Runtime environment can
cause a memory leak or lock files.
|
ServiceMapperListener |
Mapper listener.
|
StandardContext |
Standard implementation of the Context interface.
|
StandardEngine |
Standard implementation of the Engine interface.
|
StandardHost |
Standard implementation of the Host interface.
|
StandardPart |
Adaptor to allow
FileItem objects generated by the package renamed
commons-upload to be used by the Servlet 3.0 upload API that expects
Part s. |
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.
|
StandardWrapperFacade.Dynamic |
Copyright © 2015 JBoss by Red Hat. All rights reserved.