Uses of Class
org.eclipse.jetty.ee10.servlet.ServletContextHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ServletContextHandler in org.eclipse.jetty.ee10.cdi
ModifierConstructorDescriptionCdiDecoratingListener
(ServletContextHandler contextHandler) CdiSpiDecorator
(ServletContextHandler context) -
Uses of ServletContextHandler in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionServletTester.getContext()
ServletChannelState.getContextHandler()
static ServletContextHandler
ServletContextHandler.getCurrentServletContextHandler()
BaseHolder.getServletContextHandler()
ServletChannel.getServletContextHandler()
static ServletContextHandler
ServletContextHandler.getServletContextHandler
(jakarta.servlet.ServletContext servletContext) static ServletContextHandler
ServletContextHandler.getServletContextHandler
(jakarta.servlet.ServletContext servletContext, String purpose) ServletContextHandler.ServletRequestInfo.getServletContextHandler()
ServletContextHandler.ServletScopedContext.getServletContextHandler()
ServletContextRequest.getServletContextHandler()
ServletHandler.getServletContextHandler()
protected ServletContextHandler
ResourceServlet.initContextHandler
(jakarta.servlet.ServletContext servletContext) ModifierConstructorDescriptionDecoratingListener
(ServletContextHandler context, String attributeName) Dispatcher
(ServletContextHandler contextHandler, String name) Dispatcher
(ServletContextHandler contextHandler, HttpURI uri, String decodedPathInContext) ManagedAttributeListener
(ServletContextHandler context, String... managedAttributes) ServletChannel
(ServletContextHandler servletContextHandler, ConnectionMetaData connectionMetaData) ServletChannel
(ServletContextHandler servletContextHandler, Request request) -
Uses of ServletContextHandler in org.eclipse.jetty.ee10.webapp
ModifierConstructorDescriptionDecoratingListener
(ServletContextHandler context) DecoratingListener
(ServletContextHandler context, String attributeName) -
Uses of ServletContextHandler in org.eclipse.jetty.ee10.websocket.jakarta.server.config
Modifier and TypeMethodDescriptionstatic void
JakartaWebSocketServletContainerInitializer.configure
(ServletContextHandler context, JakartaWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandler
to callJakartaWebSocketServletContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase.static jakarta.websocket.server.ServerContainer
JakartaWebSocketServletContainerInitializer.initialize
(ServletContextHandler context) Immediately initialize theServletContext
with the default (and empty)ServerContainer
. -
Uses of ServletContextHandler in org.eclipse.jetty.ee10.websocket.server.config
Modifier and TypeMethodDescriptionstatic void
JettyWebSocketServletContainerInitializer.configure
(ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandler
to call theJettyWebSocketServletContainerInitializer
during theServletContext
initialization phase.