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

Packages that use ContextHandlerCollection
org.eclipse.jetty.deploy   
org.eclipse.jetty.osgi.boot.internal.serverfactory   
org.eclipse.jetty.server.session   
 

Uses of ContextHandlerCollection in org.eclipse.jetty.deploy
 

Methods in org.eclipse.jetty.deploy that return ContextHandlerCollection
 ContextHandlerCollection ContextDeployer.getContexts()
          Deprecated.  
 ContextHandlerCollection DeploymentManager.getContexts()
           
 

Methods in org.eclipse.jetty.deploy with parameters of type ContextHandlerCollection
 void ContextDeployer.setContexts(ContextHandlerCollection contexts)
          Deprecated. Associate with a ContextHandlerCollection.
 void DeploymentManager.setContexts(ContextHandlerCollection contexts)
           
 

Uses of ContextHandlerCollection in org.eclipse.jetty.osgi.boot.internal.serverfactory
 

Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory that return ContextHandlerCollection
 ContextHandlerCollection ServerInstanceWrapper.getContextHandlerCollection()
           
 

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

Fields in org.eclipse.jetty.server.session declared as ContextHandlerCollection
protected  ContextHandlerCollection AbstractTestServer._contexts
           
 



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