Uses of Class
org.eclipse.jetty.server.handler.ScopedHandler
-
Packages that use ScopedHandler Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.http.spi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.quickstart org.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ScopedHandler in org.eclipse.jetty.ant
Subclasses of ScopedHandler in org.eclipse.jetty.ant Modifier and Type Class Description class
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.static class
AntWebAppContext.AntServletHandler
AntServletHandler -
Uses of ScopedHandler in org.eclipse.jetty.http.spi
Subclasses of ScopedHandler in org.eclipse.jetty.http.spi Modifier and Type Class Description class
HttpSpiContextHandler
Jetty handler that bridges requests toHttpHandler
. -
Uses of ScopedHandler in org.eclipse.jetty.maven.plugin
Subclasses of ScopedHandler in org.eclipse.jetty.maven.plugin Modifier and Type Class Description class
JettyWebAppContext
JettyWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of ScopedHandler in org.eclipse.jetty.quickstart
Subclasses of ScopedHandler in org.eclipse.jetty.quickstart Modifier and Type Class Description class
QuickStartWebApp
QuickStartWar -
Uses of ScopedHandler in org.eclipse.jetty.server.handler
Subclasses of ScopedHandler in org.eclipse.jetty.server.handler Modifier and Type Class Description class
ContextHandler
ContextHandler.class
MovedContextHandler
Moved ContextHandler.Fields in org.eclipse.jetty.server.handler declared as ScopedHandler Modifier and Type Field Description protected ScopedHandler
ScopedHandler. _nextScope
protected ScopedHandler
ScopedHandler. _outerScope
-
Uses of ScopedHandler in org.eclipse.jetty.server.session
Subclasses of ScopedHandler in org.eclipse.jetty.server.session Modifier and Type Class Description class
SessionHandler
SessionHandler. -
Uses of ScopedHandler in org.eclipse.jetty.servlet
Subclasses of ScopedHandler in org.eclipse.jetty.servlet Modifier and Type Class Description class
ServletContextHandler
Servlet Context.class
ServletHandler
Servlet HttpHandler. -
Uses of ScopedHandler in org.eclipse.jetty.webapp
Subclasses of ScopedHandler in org.eclipse.jetty.webapp Modifier and Type Class Description class
WebAppContext
Web Application Context Handler.
-