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.osgi.boot   
org.eclipse.jetty.osgi.boot.internal.webapp   
org.eclipse.jetty.overlays   
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
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, 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
 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.osgi.boot
 

Methods in org.eclipse.jetty.osgi.boot that return ContextHandler
 ContextHandler OSGiAppProvider.createContextHandler(App app)
          Returns the ContextHandler that was created by WebappRegistractionHelper
 

Methods in org.eclipse.jetty.osgi.boot with parameters of type ContextHandler
 void OSGiAppProvider.addContext(org.osgi.framework.Bundle contributor, String pathInBundle, ContextHandler context)
           
 void OSGiAppProvider.addContext(String originId, ContextHandler context)
           
 void OSGiAppProvider.removeContext(ContextHandler context)
           
 

Uses of ContextHandler in org.eclipse.jetty.osgi.boot.internal.webapp
 

Methods in org.eclipse.jetty.osgi.boot.internal.webapp that return ContextHandler
protected  ContextHandler WebBundleDeployerHelper.createContextHandler(ContextHandler handlerToConfigure, org.osgi.framework.Bundle bundle, File contextFile, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle)
           
protected  ContextHandler WebBundleDeployerHelper.createContextHandler(ContextHandler handlerToConfigure, org.osgi.framework.Bundle bundle, InputStream contextInputStream, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle)
           
 ContextHandler WebBundleDeployerHelper.registerContext(org.osgi.framework.Bundle contributor, String contextFileRelativePath, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle, ContextHandler handler)
           
 ContextHandler IWebBundleDeployerHelper.registerContext(org.osgi.framework.Bundle contributor, String contextFileRelativePath, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle, ContextHandler handler)
          This type of registration relies on jetty's complete context xml file.
 

Methods in org.eclipse.jetty.osgi.boot.internal.webapp with parameters of type ContextHandler
protected  void WebBundleDeployerHelper.configureWebappClassLoader(org.osgi.framework.Bundle contributor, ContextHandler context, OSGiWebappClassLoader webappClassLoader)
          Configure a classloader onto the context.
protected  void WebBundleDeployerHelper.configureWebAppContext(ContextHandler wah, org.osgi.framework.Bundle contributor, String requireTldBundle)
          Applies the properties of WebAppDeployer as defined in jetty.xml.
protected  ContextHandler WebBundleDeployerHelper.createContextHandler(ContextHandler handlerToConfigure, org.osgi.framework.Bundle bundle, File contextFile, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle)
           
protected  ContextHandler WebBundleDeployerHelper.createContextHandler(ContextHandler handlerToConfigure, org.osgi.framework.Bundle bundle, InputStream contextInputStream, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle)
           
 ContextHandler WebBundleDeployerHelper.registerContext(org.osgi.framework.Bundle contributor, String contextFileRelativePath, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle, ContextHandler handler)
           
 ContextHandler IWebBundleDeployerHelper.registerContext(org.osgi.framework.Bundle contributor, String contextFileRelativePath, String extraClasspath, String overrideBundleInstallLocation, String requireTldBundle, ContextHandler handler)
          This type of registration relies on jetty's complete context xml file.
 void WebBundleDeployerHelper.unregister(ContextHandler contextHandler)
           
 void IWebBundleDeployerHelper.unregister(ContextHandler contextHandler)
          Stop a ContextHandler and remove it from the collection.
 

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, String name)
          Constructor.
Dispatcher(ContextHandler contextHandler, String uri, String pathInContext, 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(String contextPath, String resourceBase)
          Add a context handler.
 ContextHandler ContextHandler.Context.getContextHandler()
           
 

Uses of ContextHandler in org.eclipse.jetty.servlet
 

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

Uses of ContextHandler in org.eclipse.jetty.webapp
 

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



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.