Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
Packages that use ContextHandler
Package
Description
Jetty Deploy : Deploy Management
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Server : Core Handler API
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.coreapp
Subclasses of ContextHandler in org.eclipse.jetty.coreapp - 
Uses of ContextHandler in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return ContextHandlerModifier and TypeMethodDescriptionContextHandlerFactory.newContextHandler(Server server, Environment environment, Path mainPath, Set<Path> otherPaths, Attributes deployAttributes) StandardContextHandlerFactory.newContextHandler(Server server, Environment environment, Path mainPath, Set<Path> otherPaths, Attributes deployAttributes) Methods in org.eclipse.jetty.deploy with parameters of type ContextHandlerModifier and TypeMethodDescriptionvoidDeployer.deploy(ContextHandler contextHandler) Deploy a ContextHandler to the server, and start it if appropriate.voidStandardDeployer.deploy(ContextHandler contextHandler) protected voidStandardContextHandlerFactory.initializeContextHandler(ContextHandler contextHandler, Path path, Attributes attributes) protected voidStandardContextHandlerFactory.initializeContextPath(ContextHandler contextHandler, Path path, Attributes attributes) default voidDeployer.Listener.onCreated(ContextHandler contextHandler) Called when aContextHandleris first seen by theDeployer.default voidDeployer.Listener.onDeployed(ContextHandler contextHandler) default voidDeployer.Listener.onDeploying(ContextHandler contextHandler) Event called when aContextHandleris added to theContextHandlerCollection.default voidDeployer.Listener.onFailure(ContextHandler contextHandler, Throwable cause) Event called when aContextHandlerisfailed.default voidDeployer.Listener.onRemoved(ContextHandler contextHandler) Called when aContextHandleris last seen by theDeployer.default voidDeployer.Listener.onStarted(ContextHandler contextHandler) Event called when aContextHandlerisstarted.default voidDeployer.Listener.onStarting(ContextHandler contextHandler) Event called when aContextHandlerisstarting.default voidDeployer.Listener.onStopped(ContextHandler contextHandler) Event called when aContextHandlerisstopped.default voidDeployer.Listener.onStopping(ContextHandler contextHandler) Event called when aContextHandlerisstopping.default voidDeployer.Listener.onUndeployed(ContextHandler contextHandler) default voidDeployer.Listener.onUndeploying(ContextHandler contextHandler) Event called when aContextHandleris removed from theContextHandlerCollection.default voidDeployer.redeploy(ContextHandler oldContextHandler, ContextHandler newContextHandler) Redeploy a ContextHandler to the server, and start it if appropriate.voidStandardDeployer.redeploy(ContextHandler oldHandler, ContextHandler newContextHandler) voidDeployer.undeploy(ContextHandler contextHandler) Undeploy and stop a ContextHandler.voidStandardDeployer.undeploy(ContextHandler contextHandler) Method parameters in org.eclipse.jetty.deploy with type arguments of type ContextHandlerModifier and TypeMethodDescriptionvoidDeploymentScanner.EnvironmentConfig.setDefaultContextHandlerClass(Class<? extends ContextHandler> contextHandlerClass) The default class that this environment uses to createContextHandlerinstances (supports a class that implementsjava.util.function.Supplier<ContextHandler>as well). - 
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.HandlerErrorHandler.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.ee11.servlet
Subclasses of ContextHandler in org.eclipse.jetty.ee11.servletMethods in org.eclipse.jetty.ee11.servlet that return ContextHandlerMethods in org.eclipse.jetty.ee11.servlet with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic Request.HandlerErrorHandler.getErrorHandler(Server server, ContextHandler context) Constructors in org.eclipse.jetty.ee11.servlet with parameters of type ContextHandlerModifierConstructorDescriptionJspPropertyGroupServlet(ContextHandler context, ServletHandler servletHandler)  - 
Uses of ContextHandler in org.eclipse.jetty.ee11.webapp
Subclasses of ContextHandler in org.eclipse.jetty.ee11.webapp - 
Uses of ContextHandler in org.eclipse.jetty.ee8.nested
Subclasses of ContextHandler in org.eclipse.jetty.ee8.nested - 
Uses of ContextHandler in org.eclipse.jetty.ee9.nested
Subclasses of ContextHandler in org.eclipse.jetty.ee9.nested - 
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
Methods in org.eclipse.jetty.osgi that return ContextHandlerModifier and TypeMethodDescriptionAbstractContextProvider.createContextHandler(BundleMetadata metadata) ContextFactory.createContextHandler(AbstractContextProvider provider, BundleMetadata bundleMetadata) Methods in org.eclipse.jetty.osgi with parameters of type ContextHandlerModifier and TypeMethodDescriptionvoidOSGiDeploymentListener.onDeployed(ContextHandler contextHandler) voidOSGiDeploymentListener.onDeploying(ContextHandler contextHandler) voidOSGiDeploymentListener.onFailure(ContextHandler contextHandler, Throwable cause) voidOSGiDeploymentListener.onUndeployed(ContextHandler contextHandler) voidOSGiDeploymentListener.onUndeploying(ContextHandler contextHandler)  - 
Uses of ContextHandler in org.eclipse.jetty.osgi.util
Methods in org.eclipse.jetty.osgi.util with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic voidUtil.deregisterAsOSGiService(ContextHandler contextHandler) static voidUtil.registerAsOSGiService(ContextHandler contextHandler) Register the Jetty deployed context/webapp as a service, as according to the OSGi Web Application Specification. - 
Uses of ContextHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextHandlerModifier and TypeMethodDescriptionprotected ContextHandlerAllowedResourceAliasChecker.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, Supplier<Resource> resourceBaseSupplier) SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler, Resource baseResource)  - 
Uses of ContextHandler in org.eclipse.jetty.server.handler
Subclasses of ContextHandler in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclassAContextHandlerwith a childHandlerthat redirects to a configurable URI.static classUtility 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 ContextHandlerContextHandler.getContextHandler(Request request) ContextHandler.getCrossContextHandler(String path) Ifcross context dispatch is supportedby this context then find a context bycontextPaththat also supports cross context dispatch.static ContextHandlerContextHandler.getCurrentContextHandler()Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic Request.HandlerErrorHandler.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 ContextHandler - 
Uses of ContextHandler in org.eclipse.jetty.staticapp
Subclasses of ContextHandler in org.eclipse.jetty.staticappModifier and TypeClassDescriptionclassAContextHandlerthat only serves static content from any source supported byResourceHandler. - 
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 WebSocketMappingsWebSocketMappings.ensureMappings(ContextHandler contextHandler) static WebSocketComponentsWebSocketServerComponents.ensureWebSocketComponents(Server server, ContextHandler contextHandler) This ensures aWebSocketComponentsis available at theContextHandlerattributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE.static WebSocketMappingsWebSocketMappings.getMappings(ContextHandler contextHandler) static WebSocketComponentsWebSocketServerComponents.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 ServerWebSocketContainerServerWebSocketContainer.ensure(Server server, ContextHandler contextHandler) Returns theServerWebSocketContainer, ensuring that it is available viaServerWebSocketContainer.get(Context).static WebSocketUpgradeHandlerWebSocketUpgradeHandler.from(Server server, ContextHandler context) Creates a newWebSocketUpgradeHandler.static WebSocketUpgradeHandlerWebSocketUpgradeHandler.from(Server server, ContextHandler context, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandler.