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

Packages that use ContextHandlerCollection
org.eclipse.jetty.deploy   
org.eclipse.jetty.server.session   
 

Uses of ContextHandlerCollection in org.eclipse.jetty.deploy
 

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

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

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-2010 Mort Bay Consulting. All Rights Reserved.