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 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.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 ContextHandlerMethods in org.eclipse.jetty.deploy.providers with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected voidContextProvider.initializeContextPath(ContextHandler context, Path path) -
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.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
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 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 ContextHandlerMethods in org.eclipse.jetty.server.jmx with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected StringHandler.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 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.