Uses of Class
org.eclipse.jetty.ee9.nested.ScopedHandler
Packages that use ScopedHandler
Package
Description
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ScopedHandler in org.eclipse.jetty.ee9.nested
Subclasses of ScopedHandler in org.eclipse.jetty.ee9.nestedModifier and TypeClassDescriptionclass
This handler wraps a call to handle by setting the context and servlet path, plus setting the context classloader.class
Fields in org.eclipse.jetty.ee9.nested declared as ScopedHandlerModifier and TypeFieldDescriptionprotected ScopedHandler
ScopedHandler._nextScope
protected ScopedHandler
ScopedHandler._outerScope
-
Uses of ScopedHandler in org.eclipse.jetty.ee9.servlet
Subclasses of ScopedHandler in org.eclipse.jetty.ee9.servletModifier and TypeClassDescriptionclass
Servlet Context.class
Servlet HttpHandler. -
Uses of ScopedHandler in org.eclipse.jetty.ee9.webapp
Subclasses of ScopedHandler in org.eclipse.jetty.ee9.webapp