Uses of Class
org.mortbay.jetty.handler.ContextHandlerCollection

Packages that use ContextHandlerCollection
org.mortbay.jetty.deployer   
 

Uses of ContextHandlerCollection in org.mortbay.jetty.deployer
 

Methods in org.mortbay.jetty.deployer that return ContextHandlerCollection
 ContextHandlerCollection ContextDeployer.getContexts()
           
 

Methods in org.mortbay.jetty.deployer with parameters of type ContextHandlerCollection
 void ContextDeployer.setContexts(ContextHandlerCollection contexts)
          Associate with a ContextHandlerCollection.