Package org.eclipse.jetty.ee11.servlet
package org.eclipse.jetty.ee11.servlet
Jetty Server : Modular Servlet Integration
- 
ClassDescriptionBaseHolder<T>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).ContentProducer is the bridge between
HttpInputandContent.Source.A Context Listener that produces additional debug.A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.TheDefaultServlet, is a specialization of theResourceServletto be mapped to/as the "default" servlet for a context.Deprecated, for removal: This API element is subject to removal in a future version.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>Specialization of AbstractHolder for servlet-related classes that have init-params etcWhile this class is-a Runnable, it should never be dispatched in it's own thread.HttpOutputimplementsServletOutputStreamas required by the Servlet specification.Dynamic Servlet Invoker.Servlet handling JSP Property Group mappingsSpecialization of BaseHolder for servlet listeners.Experimental Wrapper mechanism for Servlet EventListeners.Enable Jetty style JMX MBeans from within a ContextA ServletException that is logged less verbosely than a normal ServletException.A Servlet that handles static resources.Specialized PrintWriter for servlet ResponsesThe Jetty implementation of the ee11HttpServletRequestobject.The Jetty implementation of the ee11HttpServletResponseobject.Servlet API wrapper used on the post-dispatch side of a cross-context include.The ServletChannel contains the state and behaviors associated with the Servlet API lifecycle for a single request/response cycle.holder of the state of request-response cycle.The actions to take as the channel moves from state to state.Holds a ServletContainerInitializer.Experimental Wrapper mechanism for ServletContainerInitializer objects.Servlet Context.Bean that is added to the ServletContextHandler to start all of the ServletContainerInitializers by starting their corresponding ServletContainerInitializerHolders when this bean is itself started.Listener for all threads entering context scope, including async IO callbacksThe interface used byServletApiRequestto access theServletContextRequestwithout access to the unwrappedRequestmethods.The interface used byServletApiResponseto access theServletContextResponsewithout access to the unwrappedResponsemethods.A core request wrapper that carries the servlet related request state, which may be used directly by the associatedServletApiRequest.A core response wrapper that carries the servlet related response state, which may be used directly by the associatedServletApiResponse.Wrap aServletRequestas a coreRequest.AHttpServletResponsewrapped as a coreResponse.Servlet HttpHandler.A mapping of a servlet by pathSpec or by nameServlet Instance and Context Holder.Experimental Wrapper mechanism for Servlet objects.Servlet specific class for multipart content support.An ordered list ofParts that can be accessed by name.Implementation of HttpServletMapping that represents the application of aServletPathSpecto a specific path that resulted in a mapping to aServlet.Class to tunnel a ServletRequest via an HttpServletRequestWrapper to tunnel a ServletResponse via an HttpServletResponseServletTester is not best practice and may be deprecated and eventually removed in future Jetty versions.The source of a web artifact: servlet, filter, mapping etc 
EagerContentHandler