Uses of Class
org.eclipse.jetty.servlet.ServletContextHandler
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ServletContextHandler in org.eclipse.jetty.ant
Modifier and TypeClassDescriptionclass
Extension of WebAppContext to allow configuration via Ant environment. -
Uses of ServletContextHandler in org.eclipse.jetty.cdi
ModifierConstructorDescriptionCdiDecoratingListener
(ServletContextHandler contextHandler) CdiSpiDecorator
(ServletContextHandler context) -
Uses of ServletContextHandler in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionServletTester.getContext()
static ServletContextHandler
ServletContextHandler.getServletContextHandler
(javax.servlet.ServletContext context) static ServletContextHandler
ServletContextHandler.getServletContextHandler
(javax.servlet.ServletContext servletContext, String purpose) ServletHandler.getServletContextHandler()
ModifierConstructorDescriptionDecoratingListener
(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.webapp
ModifierConstructorDescriptionDecoratingListener
(ServletContextHandler context) DecoratingListener
(ServletContextHandler context, String attributeName) -
Uses of ServletContextHandler in org.eclipse.jetty.websocket.javax.server.config
Modifier and TypeMethodDescriptionstatic void
JavaxWebSocketServletContainerInitializer.configure
(ServletContextHandler context, JavaxWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandler
to callJavaxWebSocketServletContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase. -
Uses of ServletContextHandler in org.eclipse.jetty.websocket.server.config
Modifier and TypeMethodDescriptionstatic void
JettyWebSocketServletContainerInitializer.configure
(ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandler
to call theJettyWebSocketServletContainerInitializer
during theServletContext
initialization phase.