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

Packages that use ContextHandlerCollection
org.eclipse.jetty.deploy   
 

Uses of ContextHandlerCollection in org.eclipse.jetty.deploy
 

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

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



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