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 TypeClassDescriptionclassExtension 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 ServletContextHandlerServletContextHandler.getServletContextHandler(jakarta.servlet.ServletContext context) static ServletContextHandlerServletContextHandler.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 voidJakartaWebSocketServletContainerInitializer.configure(ServletContextHandler context, JakartaWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandlerto callJakartaWebSocketServletContainerInitializer.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 ServletContextHandlerModifier and TypeMethodDescriptionstatic voidJettyWebSocketServletContainerInitializer.configure(ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase.