Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Core Server : JMX Integration
-
Uses of ContextHandler in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionAppProvider.createContextHandler
(App app) Create a ContextHandler for an AppApp.getContextHandler()
Get ContextHandler for the App. -
Uses of ContextHandler in org.eclipse.jetty.deploy.jmx
-
Uses of ContextHandler in org.eclipse.jetty.deploy.providers
Modifier and TypeMethodDescriptionContextProvider.createContextHandler
(App app) protected ContextHandler
Modifier and TypeMethodDescriptionprotected void
ContextProvider.initializeContextPath
(ContextHandler context, Path path) -
Uses of ContextHandler in org.eclipse.jetty.ee10.osgi.boot
Modifier and TypeMethodDescriptionEE10Activator.EE10ContextFactory.createContextHandler
(AbstractContextProvider provider, App app) EE10Activator.EE10WebAppFactory.createContextHandler
(AbstractContextProvider provider, App app) -
Uses of ContextHandler in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionstatic Request.Handler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) ModifierConstructorDescriptionJspPropertyGroupServlet
(ContextHandler context, ServletHandler servletHandler) -
Uses of ContextHandler in org.eclipse.jetty.ee10.webapp
-
Uses of ContextHandler in org.eclipse.jetty.http.spi
-
Uses of ContextHandler in org.eclipse.jetty.osgi
Modifier and TypeMethodDescriptionAbstractContextProvider.createContextHandler
(App app) ContextFactory.createContextHandler
(AbstractContextProvider provider, App app) OSGiApp.getContextHandler()
-
Uses of ContextHandler in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionprotected ContextHandler
AllowedResourceAliasChecker.getContextHandler()
ModifierConstructorDescriptionAllowedResourceAliasChecker
(ContextHandler contextHandler) AllowedResourceAliasChecker
(ContextHandler contextHandler, Supplier<Resource> resourceBaseSupplier) AllowedResourceAliasChecker
(ContextHandler contextHandler, Resource baseResource) SymlinkAllowedResourceAliasChecker
(ContextHandler contextHandler) SymlinkAllowedResourceAliasChecker
(ContextHandler contextHandler, Resource baseResource) -
Uses of ContextHandler in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
AContextHandler
with a childHandler
that redirects to a configurable URI.static class
Utility class to create a ContextHandler containing a ResourceHandler.Modifier and TypeMethodDescription<H extends ContextHandler>
HContextHandler.ScopedContext.getContextHandler()
Modifier and TypeMethodDescriptionstatic ContextHandler
ContextHandler.getContextHandler
(Request request) ContextHandler.getCrossContextHandler
(String path) Ifcross context dispatch is supported
by this context then find a context bycontextPath
that also supports cross context dispatch.static ContextHandler
ContextHandler.getCurrentContextHandler()
Modifier and TypeMethodDescriptionstatic Request.Handler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) ModifierConstructorDescriptionContextHandlerCollection
(boolean dynamic, ContextHandler... contexts) ContextHandlerCollection
(ContextHandler... contexts) ManagedAttributeListener
(ContextHandler context, String... managedAttributes) -
Uses of ContextHandler in org.eclipse.jetty.server.handler.jmx
-
Uses of ContextHandler in org.eclipse.jetty.server.jmx
Modifier and TypeMethodDescriptionprotected String
Handler.AbstractMBean.getContextName
(ContextHandler context) -
Uses of ContextHandler in org.eclipse.jetty.websocket.core.server
Modifier and TypeMethodDescriptionstatic WebSocketMappings
WebSocketMappings.ensureMappings
(ContextHandler contextHandler) static WebSocketComponents
WebSocketServerComponents.ensureWebSocketComponents
(Server server, ContextHandler contextHandler) This ensures aWebSocketComponents
is available at theContextHandler
attributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE
.static WebSocketMappings
WebSocketMappings.getMappings
(ContextHandler contextHandler) static WebSocketComponents
WebSocketServerComponents.getWebSocketComponents
(ContextHandler contextHandler) -
Uses of ContextHandler in org.eclipse.jetty.websocket.server
Modifier and TypeMethodDescriptionstatic ServerWebSocketContainer
ServerWebSocketContainer.ensure
(Server server, ContextHandler contextHandler) Returns theServerWebSocketContainer
, ensuring that it is available viaServerWebSocketContainer.get(Context)
.static WebSocketUpgradeHandler
WebSocketUpgradeHandler.from
(Server server, ContextHandler context) Creates a newWebSocketUpgradeHandler
.static WebSocketUpgradeHandler
WebSocketUpgradeHandler.from
(Server server, ContextHandler context, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandler
.