Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
Packages that use 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
Methods in org.eclipse.jetty.deploy that return ContextHandlerModifier 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
Methods in org.eclipse.jetty.deploy.jmx that return types with arguments of type ContextHandler -
Uses of ContextHandler in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers that return ContextHandlerModifier and TypeMethodDescriptionContextProvider.createContextHandler
(App app) protected ContextHandler
Methods in org.eclipse.jetty.deploy.providers with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected void
ContextProvider.initializeContextPath
(ContextHandler context, Path path) -
Uses of ContextHandler in org.eclipse.jetty.ee10.osgi.boot
Methods in org.eclipse.jetty.ee10.osgi.boot that return ContextHandlerModifier and TypeMethodDescriptionEE10Activator.EE10ContextFactory.createContextHandler
(AbstractContextProvider provider, App app) EE10Activator.EE10WebAppFactory.createContextHandler
(AbstractContextProvider provider, App app) -
Uses of ContextHandler in org.eclipse.jetty.ee10.servlet
Subclasses of ContextHandler in org.eclipse.jetty.ee10.servletMethods in org.eclipse.jetty.ee10.servlet that return ContextHandlerMethods in org.eclipse.jetty.ee10.servlet with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic Request.Handler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) Constructors in org.eclipse.jetty.ee10.servlet with parameters of type ContextHandlerModifierConstructorDescriptionJspPropertyGroupServlet
(ContextHandler context, ServletHandler servletHandler) -
Uses of ContextHandler in org.eclipse.jetty.ee10.webapp
Subclasses of ContextHandler in org.eclipse.jetty.ee10.webapp -
Uses of ContextHandler in org.eclipse.jetty.http.spi
Subclasses of ContextHandler in org.eclipse.jetty.http.spi -
Uses of ContextHandler in org.eclipse.jetty.osgi
Fields in org.eclipse.jetty.osgi declared as ContextHandlerMethods in org.eclipse.jetty.osgi that return ContextHandlerModifier and TypeMethodDescriptionAbstractContextProvider.createContextHandler
(App app) ContextFactory.createContextHandler
(AbstractContextProvider provider, App app) OSGiApp.getContextHandler()
Methods in org.eclipse.jetty.osgi with parameters of type ContextHandler -
Uses of ContextHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextHandlerModifier and TypeMethodDescriptionprotected ContextHandler
AllowedResourceAliasChecker.getContextHandler()
Constructors in org.eclipse.jetty.server with parameters of type ContextHandlerModifierConstructorDescriptionAllowedResourceAliasChecker
(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
Subclasses of ContextHandler in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclass
AContextHandler
with a childHandler
that redirects to a configurable URI.static class
Utility class to create a ContextHandler containing a ResourceHandler.Methods in org.eclipse.jetty.server.handler with type parameters of type ContextHandlerModifier and TypeMethodDescription<H extends ContextHandler>
HContextHandler.ScopedContext.getContextHandler()
Methods in org.eclipse.jetty.server.handler that return ContextHandlerModifier 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()
Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic Request.Handler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifierConstructorDescriptionContextHandlerCollection
(boolean dynamic, ContextHandler... contexts) ContextHandlerCollection
(ContextHandler... contexts) ManagedAttributeListener
(ContextHandler context, String... managedAttributes) -
Uses of ContextHandler in org.eclipse.jetty.server.handler.jmx
Methods in org.eclipse.jetty.server.handler.jmx that return ContextHandler -
Uses of ContextHandler in org.eclipse.jetty.server.jmx
Methods in org.eclipse.jetty.server.jmx that return types with arguments of type ContextHandlerMethods in org.eclipse.jetty.server.jmx with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected String
Handler.AbstractMBean.getContextName
(ContextHandler context) -
Uses of ContextHandler in org.eclipse.jetty.websocket.core.server
Methods in org.eclipse.jetty.websocket.core.server with parameters of type ContextHandlerModifier 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
Methods in org.eclipse.jetty.websocket.server with parameters of type ContextHandlerModifier 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
.