Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
Packages that use ContextHandler
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Ant : Ant Wrappers of Jetty Internals
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ContextHandler in org.eclipse.jetty.ant
Subclasses of ContextHandler in org.eclipse.jetty.antModifier and TypeClassDescriptionclassExtension of WebAppContext to allow configuration via Ant environment. -
Uses of ContextHandler in org.eclipse.jetty.ant.types
Fields in org.eclipse.jetty.ant.types with type parameters of type ContextHandlerMethods in org.eclipse.jetty.ant.types that return types with arguments of type ContextHandlerMethods in org.eclipse.jetty.ant.types with parameters of type ContextHandler -
Uses of ContextHandler in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as ContextHandlerMethods 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.Constructors in org.eclipse.jetty.deploy with parameters of type ContextHandlerModifierConstructorDescriptionApp(DeploymentManager manager, AppProvider provider, String originId, ContextHandler context) Create an App with specified Origin ID and archivePath -
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 ContextHandler -
Uses of ContextHandler in org.eclipse.jetty.http.spi
Subclasses of ContextHandler in org.eclipse.jetty.http.spiModifier and TypeClassDescriptionclassJetty handler that bridges requests toHttpHandler. -
Uses of ContextHandler in org.eclipse.jetty.quickstart
Subclasses of ContextHandler in org.eclipse.jetty.quickstart -
Uses of ContextHandler in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as ContextHandlerModifier and TypeFieldDescriptionprivate final ContextHandlerAllowedResourceAliasChecker._contextHandlerprivate final ContextHandlerDispatcher._contextHandlerMethods in org.eclipse.jetty.server that return ContextHandlerModifier and TypeMethodDescriptionprotected ContextHandlerAllowedResourceAliasChecker.getContextHandler()HttpChannelState.getContextHandler()(package private) ContextHandlerHttpChannelState.getContextHandler(AsyncContextEvent event) UserIdentity.Scope.getContextHandler()Constructors in org.eclipse.jetty.server with parameters of type ContextHandlerModifierConstructorDescriptionAllowedResourceAliasChecker(ContextHandler contextHandler) Dispatcher(ContextHandler contextHandler, String name) Dispatcher(ContextHandler contextHandler, HttpURI uri, String pathInContext) SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler) -
Uses of ContextHandler in org.eclipse.jetty.server.handler
Subclasses of ContextHandler in org.eclipse.jetty.server.handlerFields in org.eclipse.jetty.server.handler declared as ContextHandlerModifier and TypeFieldDescription(package private) final ContextHandlerManagedAttributeListener._context(package private) ContextHandlerResourceHandler._contextprivate final ContextHandler[]ContextHandlerCollection.Branch._contextsFields in org.eclipse.jetty.server.handler with type parameters of type ContextHandlerModifier and TypeFieldDescriptionprivate final Map<ContextHandler, Handler> ContextHandlerCollection.Mapping._contextBranchesprivate Class<? extends ContextHandler> ContextHandlerCollection._contextClassDeprecated.Methods in org.eclipse.jetty.server.handler that return ContextHandlerModifier and TypeMethodDescriptionContextHandlerCollection.addContext(String contextPath, String resourceBase) Deprecated.Unused convenience method no longer supported.ContextHandler.Context.getContextHandler()static ContextHandlerContextHandler.getContextHandler(javax.servlet.ServletContext context) (package private) ContextHandler[]ContextHandlerCollection.Branch.getContextHandlers()Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandler.getErrorHandler(Server server, ContextHandler context) Method parameters in org.eclipse.jetty.server.handler with type arguments of type ContextHandlerModifier and TypeMethodDescriptionvoidContextHandlerCollection.setContextClass(Class<? extends ContextHandler> contextClass) Deprecated.Unused convenience mechanism not used.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) -
Uses of ContextHandler in org.eclipse.jetty.servlet
Subclasses of ContextHandler in org.eclipse.jetty.servletFields in org.eclipse.jetty.servlet declared as ContextHandlerModifier and TypeFieldDescriptionprivate ContextHandlerDefaultServlet._contextHandlerprivate ContextHandlerInvoker._contextHandlerprivate final ContextHandlerJspPropertyGroupServlet._contextHandlerMethods in org.eclipse.jetty.servlet that return ContextHandlerModifier and TypeMethodDescriptionServletHolder.getContextHandler()protected ContextHandlerDefaultServlet.initContextHandler(javax.servlet.ServletContext servletContext) Compute the field _contextHandler.
In the case where the DefaultServlet is deployed on the HttpService it is likely that this method needs to be overwritten to unwrap the ServletContext facade until we reach the original jetty's ContextHandler.Constructors in org.eclipse.jetty.servlet with parameters of type ContextHandlerModifierConstructorDescriptionJspPropertyGroupServlet(ContextHandler context, ServletHandler servletHandler) -
Uses of ContextHandler in org.eclipse.jetty.webapp
Subclasses of ContextHandler in org.eclipse.jetty.webapp