Uses of Class
org.eclipse.jetty.server.handler.ContextHandler

Packages that use ContextHandler
org.eclipse.jetty.deploy   
org.eclipse.jetty.deploy.jmx   
org.eclipse.jetty.deploy.providers   
org.eclipse.jetty.overlays   
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.handler.jmx   
org.eclipse.jetty.server.session   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
 

Uses of ContextHandler in org.eclipse.jetty.deploy
 

Methods in org.eclipse.jetty.deploy that return ContextHandler
 ContextHandler AppProvider.createContextHandler(App app)
          Create a ContextHandler for an App
 ContextHandler App.getContextHandler()
          Get ContextHandler for the App.
 

Constructors in org.eclipse.jetty.deploy with parameters of type ContextHandler
App(DeploymentManager manager, AppProvider provider, java.lang.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
 java.util.Collection<ContextHandler> DeploymentManagerMBean.getContexts()
           
 

Uses of ContextHandler in org.eclipse.jetty.deploy.providers
 

Methods in org.eclipse.jetty.deploy.providers that return ContextHandler
 ContextHandler ContextProvider.createContextHandler(App app)
           
 ContextHandler WebAppProvider.createContextHandler(App app)
           
 

Uses of ContextHandler in org.eclipse.jetty.overlays
 

Methods in org.eclipse.jetty.overlays that return ContextHandler
 ContextHandler OverlayedAppProvider.createContextHandler(App app)
          Create Context Handler.
 

Uses of ContextHandler in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server that return ContextHandler
 ContextHandler AsyncContinuation.getContextHandler()
           
 

Constructors in org.eclipse.jetty.server with parameters of type ContextHandler
Dispatcher(ContextHandler contextHandler, java.lang.String name)
          Constructor.
Dispatcher(ContextHandler contextHandler, java.lang.String uri, java.lang.String pathInContext, java.lang.String query)
           
 

Uses of ContextHandler in org.eclipse.jetty.server.handler
 

Subclasses of ContextHandler in org.eclipse.jetty.server.handler
 class MovedContextHandler
          Moved ContextHandler.
 

Methods in org.eclipse.jetty.server.handler that return ContextHandler
 ContextHandler ContextHandlerCollection.addContext(java.lang.String contextPath, java.lang.String resourceBase)
          Add a context handler.
 ContextHandler ContextHandler.Context.getContextHandler()
           
 

Uses of ContextHandler in org.eclipse.jetty.server.handler.jmx
 

Methods in org.eclipse.jetty.server.handler.jmx with parameters of type ContextHandler
protected  java.lang.String AbstractHandlerMBean.getContextName(ContextHandler context)
           
 

Uses of ContextHandler in org.eclipse.jetty.server.session
 

Methods in org.eclipse.jetty.server.session that return ContextHandler
 ContextHandler AbstractSessionManager.getContextHandler()
           
 

Uses of ContextHandler in org.eclipse.jetty.servlet
 

Subclasses of ContextHandler in org.eclipse.jetty.servlet
 class ServletContextHandler
          Servlet Context.
 

Methods in org.eclipse.jetty.servlet that return ContextHandler
protected  ContextHandler DefaultServlet.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.
 

Uses of ContextHandler in org.eclipse.jetty.webapp
 

Subclasses of ContextHandler in org.eclipse.jetty.webapp
 class WebAppContext
          Web Application Context Handler.
 



Copyright © 2013. All Rights Reserved.