Uses of Class
org.eclipse.jetty.servlet.ServletContextHandler
-
Packages that use ServletContextHandler Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.cdi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Supportorg.eclipse.jetty.websocket.javax.server.config org.eclipse.jetty.websocket.server.config -
-
Uses of ServletContextHandler in org.eclipse.jetty.ant
Subclasses of ServletContextHandler in org.eclipse.jetty.ant Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment. -
Uses of ServletContextHandler in org.eclipse.jetty.cdi
Constructors in org.eclipse.jetty.cdi with parameters of type ServletContextHandler Constructor Description CdiSpiDecorator(ServletContextHandler context) -
Uses of ServletContextHandler in org.eclipse.jetty.maven.plugin
Subclasses of ServletContextHandler in org.eclipse.jetty.maven.plugin Modifier and Type Class Description classMavenWebAppContextMavenWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of ServletContextHandler in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return ServletContextHandler Modifier and Type Method Description static ServletContextHandlerServletContextHandler. getServletContextHandler(javax.servlet.ServletContext context)static ServletContextHandlerServletContextHandler. getServletContextHandler(javax.servlet.ServletContext servletContext, java.lang.String purpose)Constructors in org.eclipse.jetty.servlet with parameters of type ServletContextHandler Constructor Description DecoratingListener(ServletContextHandler context, java.lang.String attributeName) -
Uses of ServletContextHandler in org.eclipse.jetty.webapp
Subclasses of ServletContextHandler in org.eclipse.jetty.webapp Modifier and Type Class Description classWebAppContextWeb Application Context Handler.Constructors in org.eclipse.jetty.webapp with parameters of type ServletContextHandler Constructor Description DecoratingListener(ServletContextHandler context)DecoratingListener(ServletContextHandler context, java.lang.String attributeName) -
Uses of ServletContextHandler in org.eclipse.jetty.websocket.javax.server.config
Methods in org.eclipse.jetty.websocket.javax.server.config with parameters of type ServletContextHandler Modifier and Type Method Description static voidJavaxWebSocketServletContainerInitializer. configure(ServletContextHandler context, JavaxWebSocketServletContainerInitializer.Configurator configurator)Configure theServletContextHandlerto callJavaxWebSocketServletContainerInitializer.onStartup(Set, ServletContext)during theServletContextinitialization phase. -
Uses of ServletContextHandler in org.eclipse.jetty.websocket.server.config
Methods in org.eclipse.jetty.websocket.server.config with parameters of type ServletContextHandler Modifier and Type Method Description static voidJettyWebSocketServletContainerInitializer. configure(ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator)Configure theServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase.
-