Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
Packages that use ContextHandler
Package
Description
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.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<org.eclipse.jetty.util.resource.Resource> resourceBaseSupplier) AllowedResourceAliasChecker(ContextHandler contextHandler, org.eclipse.jetty.util.resource.Resource baseResource) SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler) SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler, org.eclipse.jetty.util.resource.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) 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)