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 classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment.static classAntWebAppContext.AntServletHandlerAntServletHandler -
Uses of ScopedHandler in org.eclipse.jetty.http.spi
Subclasses of ScopedHandler in org.eclipse.jetty.http.spi Modifier and Type Class Description classHttpSpiContextHandlerJetty 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 classJettyWebAppContextJettyWebAppContext 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 classQuickStartWebAppQuickStartWar -
Uses of ScopedHandler in org.eclipse.jetty.server.handler
Subclasses of ScopedHandler in org.eclipse.jetty.server.handler Modifier and Type Class Description classContextHandlerContextHandler.classMovedContextHandlerMoved ContextHandler.Fields in org.eclipse.jetty.server.handler declared as ScopedHandler Modifier and Type Field Description protected ScopedHandlerScopedHandler. _nextScopeprotected ScopedHandlerScopedHandler. _outerScope -
Uses of ScopedHandler in org.eclipse.jetty.server.session
Subclasses of ScopedHandler in org.eclipse.jetty.server.session Modifier and Type Class Description classSessionHandlerSessionHandler. -
Uses of ScopedHandler in org.eclipse.jetty.servlet
Subclasses of ScopedHandler in org.eclipse.jetty.servlet Modifier and Type Class Description classServletContextHandlerServlet Context.classServletHandlerServlet HttpHandler. -
Uses of ScopedHandler in org.eclipse.jetty.webapp
Subclasses of ScopedHandler in org.eclipse.jetty.webapp Modifier and Type Class Description classWebAppContextWeb Application Context Handler.
-