All Classes and Interfaces

Class
Description
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).
Utility Methods for manual execution of ServletContainerInitializer when using Embedded Jetty.
 
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.
The default servlet.
Deprecated.
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 Specialization of AbstractHolder for servlet-related classes that have init-params etc
 
IntrospectorCleaner Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.
Dynamic Servlet Invoker.
Servlet handling JSP Property Group mappings
ListenerHolder Specialization of BaseHolder for servlet listeners.
Experimental Wrapper mechanism for Servlet EventListeners.
 
 
Holds a ServletContainerInitializer.
Experimental Wrapper mechanism for ServletContainerInitializer objects.
 
Servlet Context.
Deprecated. 
 
 
 
Bean that is added to the ServletContextHandler to start all of the ServletContainerInitializers by starting their corresponding ServletContainerInitializerHolders when this bean is itself started.
 
Servlet HttpHandler.
 
A mapping of a servlet by pathSpec or by name
Servlet Instance and Context Holder.
 
Experimental Wrapper mechanism for Servlet objects.
 
 
 
ServletTester is not best practice and may be deprecated and eventually removed in future Jetty versions.
Source The source of a web artifact: servlet, filter, mapping etc
 
Collect and report statistics about requests / responses / connections and more.