Uses of Class
org.eclipse.jetty.servlet.ServletContextHandler
-
Packages that use ServletContextHandler Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.cdi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.quickstart org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Supportorg.eclipse.jetty.websocket.jsr356.server.deploy org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of ServletContextHandler in org.eclipse.jetty.ant
Subclasses of ServletContextHandler in org.eclipse.jetty.ant Modifier and Type Class Description class
AntWebAppContext
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 ServletContextHandler Constructor Description CdiDecoratingListener(ServletContextHandler contextHandler)
CdiSpiDecorator(ServletContextHandler context)
-
Uses of ServletContextHandler in org.eclipse.jetty.maven.plugin
Subclasses of ServletContextHandler in org.eclipse.jetty.maven.plugin Modifier and Type Class Description class
JettyWebAppContext
JettyWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of ServletContextHandler in org.eclipse.jetty.quickstart
Subclasses of ServletContextHandler in org.eclipse.jetty.quickstart Modifier and Type Class Description class
QuickStartWebApp
QuickStartWar -
Uses of ServletContextHandler in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return ServletContextHandler Modifier and Type Method Description static ServletContextHandler
ServletContextHandler. getServletContextHandler(javax.servlet.ServletContext context)
ServletContextHandler
ServletHandler. getServletContextHandler()
Constructors in org.eclipse.jetty.servlet with parameters of type ServletContextHandler Constructor Description DecoratingListener(ServletContextHandler context, java.lang.String attributeName)
Initializer(ServletContextHandler context, javax.servlet.ServletContainerInitializer sci)
Initializer(ServletContextHandler context, javax.servlet.ServletContainerInitializer sci, java.util.Set<java.lang.Class<?>> classes)
-
Uses of ServletContextHandler in org.eclipse.jetty.webapp
Subclasses of ServletContextHandler in org.eclipse.jetty.webapp Modifier and Type Class Description class
WebAppContext
Web Application Context Handler.Constructors in org.eclipse.jetty.webapp with parameters of type ServletContextHandler Constructor Description DecoratingListener(ServletContextHandler context)
DecoratingListener(ServletContextHandler context, java.lang.String attributeName)
-
Uses of ServletContextHandler in org.eclipse.jetty.websocket.jsr356.server.deploy
Methods in org.eclipse.jetty.websocket.jsr356.server.deploy with parameters of type ServletContextHandler Modifier and Type Method Description static void
WebSocketServerContainerInitializer. configure(ServletContextHandler context, WebSocketServerContainerInitializer.Configurator configurator)
Configure theServletContextHandler
to callWebSocketServerContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase.static ServerContainer
WebSocketServerContainerInitializer. configureContext(javax.servlet.ServletContext context, ServletContextHandler jettyContext)
Deprecated.static ServerContainer
WebSocketServerContainerInitializer. configureContext(ServletContextHandler context)
Deprecated.static ServerContainer
WebSocketServerContainerInitializer. initialize(ServletContextHandler context)
Immediately initialize theServletContext
with the default (and empty)ServerContainer
. -
Uses of ServletContextHandler in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type ServletContextHandler Modifier and Type Method Description static void
NativeWebSocketServletContainerInitializer. configure(ServletContextHandler context, NativeWebSocketServletContainerInitializer.Configurator configurator)
Configure theServletContextHandler
to call theNativeWebSocketServletContainerInitializer
during theServletContext
initialization phase.static WebSocketUpgradeFilter
WebSocketUpgradeFilter. configure(ServletContextHandler context)
Configure the default WebSocketUpgradeFilter.static WebSocketUpgradeFilter
WebSocketUpgradeFilter. configureContext(ServletContextHandler context)
Deprecated.static NativeWebSocketConfiguration
NativeWebSocketServletContainerInitializer. initialize(ServletContextHandler context)
Immediately initialize theServletContextHandler
with the defaultNativeWebSocketConfiguration
.Constructors in org.eclipse.jetty.websocket.server with parameters of type ServletContextHandler Constructor Description WebSocketUpgradeHandlerWrapper(ServletContextHandler context)
WebSocketUpgradeHandlerWrapper(ServletContextHandler context, ByteBufferPool bufferPool)
-