Uses of Class
org.eclipse.jetty.ee9.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.ee9.cdi
Constructors in org.eclipse.jetty.ee9.cdi with parameters of type ServletContextHandlerModifierConstructorDescriptionCdiDecoratingListener(ServletContextHandler contextHandler) CdiSpiDecorator(ServletContextHandler context) -
Uses of ServletContextHandler in org.eclipse.jetty.ee9.servlet
Methods in org.eclipse.jetty.ee9.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.ee9.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.ee9.webapp
Subclasses of ServletContextHandler in org.eclipse.jetty.ee9.webappConstructors in org.eclipse.jetty.ee9.webapp with parameters of type ServletContextHandlerModifierConstructorDescriptionDecoratingListener(ServletContextHandler context) DecoratingListener(ServletContextHandler context, String attributeName) -
Uses of ServletContextHandler in org.eclipse.jetty.ee9.websocket.jakarta.server.config
Methods in org.eclipse.jetty.ee9.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.static jakarta.websocket.server.ServerContainerJakartaWebSocketServletContainerInitializer.initialize(ServletContextHandler context) Immediately initialize theServletContextwith the default (and empty)ServerContainer. -
Uses of ServletContextHandler in org.eclipse.jetty.ee9.websocket.server.config
Methods in org.eclipse.jetty.ee9.websocket.server.config with parameters of type ServletContextHandlerModifier and TypeMethodDescriptionstatic voidJettyWebSocketServletContainerInitializer.configure(ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase.