Uses of Class
org.eclipse.jetty.servlet.ServletContextHandler
Packages that use 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
Subclasses of ServletContextHandler in org.eclipse.jetty.antModifier and TypeClassDescriptionclass
Extension 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 ServletContextHandlerModifierConstructorDescriptionCdiDecoratingListener
(ServletContextHandler contextHandler) CdiSpiDecorator
(ServletContextHandler context) -
Uses of ServletContextHandler in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return ServletContextHandlerModifier and TypeMethodDescriptionServletTester.getContext()
static ServletContextHandler
ServletContextHandler.getServletContextHandler
(jakarta.servlet.ServletContext context) static ServletContextHandler
ServletContextHandler.getServletContextHandler
(jakarta.servlet.ServletContext servletContext, String purpose) ServletHandler.getServletContextHandler()
Constructors in org.eclipse.jetty.servlet with parameters of type ServletContextHandlerModifierConstructorDescriptionDecoratingListener
(ServletContextHandler context, String attributeName) Initializer
(ServletContextHandler context, jakarta.servlet.ServletContainerInitializer sci) Deprecated.Initializer
(ServletContextHandler context, jakarta.servlet.ServletContainerInitializer sci, Set<Class<?>> classes) Deprecated. -
Uses of ServletContextHandler in org.eclipse.jetty.webapp
Subclasses of ServletContextHandler in org.eclipse.jetty.webappConstructors in org.eclipse.jetty.webapp with parameters of type ServletContextHandlerModifierConstructorDescriptionDecoratingListener
(ServletContextHandler context) DecoratingListener
(ServletContextHandler context, String attributeName) -
Uses of ServletContextHandler in org.eclipse.jetty.websocket.jakarta.server.config
Methods in org.eclipse.jetty.websocket.jakarta.server.config with parameters of type ServletContextHandlerModifier and TypeMethodDescriptionstatic void
JakartaWebSocketServletContainerInitializer.configure
(ServletContextHandler context, JakartaWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandler
to callJakartaWebSocketServletContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase. -
Uses of ServletContextHandler in org.eclipse.jetty.websocket.server.config
Methods in org.eclipse.jetty.websocket.server.config with parameters of type ServletContextHandlerModifier and TypeMethodDescriptionstatic void
JettyWebSocketServletContainerInitializer.configure
(ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandler
to call theJettyWebSocketServletContainerInitializer
during theServletContext
initialization phase.