Uses of Package
org.eclipse.jetty.ee10.servlet
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
ClassDescriptionAbstractHolder 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).Holds a ServletContainerInitializer.Source The source of a web artifact: servlet, filter, mapping etc
-
ClassDescriptionA ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.Servlet Context.
-
-
ClassDescriptionAbstractHolder 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).Holder 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.
HttpOutput
implementsServletOutputStream
as required by the Servlet specification.ListenerHolder Specialization of BaseHolder for servlet listeners.A Servlet that handles static resources.Specialized PrintWriter for servlet ResponsesThe Jetty implementation of the ee10HttpServletRequest
object.The Jetty implementation of the ee10HttpServletResponse
object.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.Servlet Context.The interface used byServletApiRequest
to access theServletContextRequest
without access to the unwrappedRequest
methods.The interface used byServletApiResponse
to access theServletContextResponse
without access to the unwrappedResponse
methods.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
.Servlet HttpHandler.A mapping of a servlet by pathSpec or by nameServlet Instance and Context Holder.An ordered list ofPart
s that can be accessed by name.Implementation of HttpServletMapping.Source The source of a web artifact: servlet, filter, mapping etc -
ClassDescriptionA ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.Servlet Context.Servlet HttpHandler.
-
-
-