Package org.eclipse.jetty.servlet
package org.eclipse.jetty.servlet
Jetty Server : Modular Servlet Integration
-
ClassDescriptionBaseHolder<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).A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.The default servlet.An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.Experimental Wrapper mechanism for Filter objects.Holder<T>Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcDynamic Servlet Invoker.Servlet handling JSP Property Group mappingsListenerHolder Specialization of BaseHolder for servlet listeners.Experimental Wrapper mechanism for Servlet EventListeners.Servlet Context.Deprecated.A utility class to hold a
ServletContainerInitializer
and implement theServletContextHandler.ServletContainerInitializerCaller
interface so that the SCI is correctly started if an instance of this class is added as a bean to aServletContextHandler
.Implementation of the legacy interface to decorate loaded classes.Servlet HttpHandler.Servlet Instance and Context Holder.Experimental Wrapper mechanism for Servlet objects.Source The source of a web artifact: servlet, filter, mapping etcCollect and report statistics about requests / responses / connections and more.
Decorator