Uses of Class
org.eclipse.jetty.ee8.servlet.ServletContextHandler
Packages that use ServletContextHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
- 
Uses of ServletContextHandler in org.eclipse.jetty.ee8.cdiConstructors in org.eclipse.jetty.ee8.cdi with parameters of type ServletContextHandlerModifierConstructorDescriptionCdiDecoratingListener(ServletContextHandler contextHandler) CdiSpiDecorator(ServletContextHandler context) 
- 
Uses of ServletContextHandler in org.eclipse.jetty.ee8.servletMethods in org.eclipse.jetty.ee8.servlet that return ServletContextHandlerModifier and TypeMethodDescriptionServletTester.getContext()static ServletContextHandlerServletContextHandler.getServletContextHandler(javax.servlet.ServletContext context) static ServletContextHandlerServletContextHandler.getServletContextHandler(javax.servlet.ServletContext servletContext, String purpose) ServletHandler.getServletContextHandler()Constructors in org.eclipse.jetty.ee8.servlet with parameters of type ServletContextHandlerModifierConstructorDescriptionDecoratingListener(ServletContextHandler context, String attributeName) Initializer(ServletContextHandler context, javax.servlet.ServletContainerInitializer sci) Deprecated.Initializer(ServletContextHandler context, javax.servlet.ServletContainerInitializer sci, Set<Class<?>> classes) Deprecated.
- 
Uses of ServletContextHandler in org.eclipse.jetty.ee8.webappSubclasses of ServletContextHandler in org.eclipse.jetty.ee8.webappConstructors in org.eclipse.jetty.ee8.webapp with parameters of type ServletContextHandlerModifierConstructorDescriptionDecoratingListener(ServletContextHandler context) DecoratingListener(ServletContextHandler context, String attributeName) 
- 
Uses of ServletContextHandler in org.eclipse.jetty.ee8.websocket.javax.server.configMethods in org.eclipse.jetty.ee8.websocket.javax.server.config with parameters of type ServletContextHandlerModifier and TypeMethodDescriptionstatic voidJavaxWebSocketServletContainerInitializer.configure(ServletContextHandler context, JavaxWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandlerto callJavaxWebSocketServletContainerInitializer.onStartup(Set, ServletContext)during theServletContextinitialization phase.static javax.websocket.server.ServerContainerJavaxWebSocketServletContainerInitializer.initialize(ServletContextHandler context) Immediately initialize theServletContextwith the default (and empty)ServerContainer.
- 
Uses of ServletContextHandler in org.eclipse.jetty.ee8.websocket.server.configMethods in org.eclipse.jetty.ee8.websocket.server.config with parameters of type ServletContextHandlerModifier and TypeMethodDescriptionstatic voidJettyWebSocketServletContainerInitializer.configure(ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase.