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
-
Uses of ContextHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextHandlerModifier and TypeMethodDescriptionprotected ContextHandlerAllowedResourceAliasChecker.getContextHandler()HttpChannelState.getContextHandler()UserIdentity.Scope.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) Dispatcher(ContextHandler contextHandler, String name) Dispatcher(ContextHandler contextHandler, org.eclipse.jetty.http.HttpURI uri, String pathInContext) 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.handlerMethods in org.eclipse.jetty.server.handler that return ContextHandlerModifier and TypeMethodDescriptionContextHandler.Context.getContextHandler()static ContextHandlerContextHandler.getContextHandler(javax.servlet.ServletContext context) Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandler.getErrorHandler(Server server, ContextHandler context) Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifierConstructorDescriptionContextHandlerCollection(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 with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected StringAbstractHandlerMBean.getContextName(ContextHandler context)