| Interface | Description |
|---|---|
| FilterHolder.WrapFunction |
Experimental Wrapper mechanism for Filter objects.
|
| ListenerHolder.WrapFunction |
Experimental Wrapper mechanism for Servlet EventListeners.
|
| ServletContextHandler.Decorator | Deprecated
use new
Decorator |
| ServletContextHandler.ServletContainerInitializerCaller | |
| ServletHolder.WrapFunction |
Experimental Wrapper mechanism for Servlet objects.
|
| Class | Description |
|---|---|
| BaseHolder<T> |
AbstractHolder
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter,
listener), and/or require metadata to be held regarding their origin
(web.xml, annotation, programmatic api etc).
|
| DecoratingListener |
A ServletContextAttributeListener that listens for a context
attribute to obtain a decorator instance.
|
| DefaultServlet |
The default servlet.
|
| ErrorPageErrorHandler |
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using
the internal ERROR style of dispatch.
|
| FilterHolder | |
| FilterHolder.Wrapper | |
| FilterMapping | |
| Holder<T> |
Holder
Specialization of AbstractHolder for servlet-related classes that
have init-params etc
|
| Invoker |
Dynamic Servlet Invoker.
|
| JspPropertyGroupServlet |
Servlet handling JSP Property Group mappings
|
| ListenerHolder |
ListenerHolder
Specialization of BaseHolder for servlet listeners.
|
| ListenerHolder.Wrapper | |
| NoJspServlet | |
| ServletContextHandler |
Servlet Context.
|
| ServletContextHandler.Initializer |
A utility class to hold a
ServletContainerInitializer and implement the
ServletContextHandler.ServletContainerInitializerCaller interface so that the SCI is correctly
started if an instance of this class is added as a bean to a ServletContextHandler. |
| ServletContextHandler.JspConfig | |
| ServletContextHandler.JspPropertyGroup | |
| ServletContextHandler.TagLib | |
| ServletHandler |
Servlet HttpHandler.
|
| ServletHandler.Default404Servlet | |
| ServletHolder |
Servlet Instance and Context Holder.
|
| ServletHolder.Wrapper | |
| ServletMapping | |
| Source |
Source
The source of a web artifact: servlet, filter, mapping etc
|
| StatisticsServlet |
Collect and report statistics about requests / responses / connections and more.
|
| Enum | Description |
|---|---|
| ServletHolder.JspContainer | |
| Source.Origin |
Copyright © 1995–2021 Webtide. All rights reserved.