Uses of Interface
org.mortbay.jetty.deployer.ConfigurationManager

Packages that use ConfigurationManager
org.mortbay.jetty.deployer   
 

Uses of ConfigurationManager in org.mortbay.jetty.deployer
 

Classes in org.mortbay.jetty.deployer that implement ConfigurationManager
 class FileConfigurationManager
          FileConfigurationManager Supplies properties defined in a file.
 

Methods in org.mortbay.jetty.deployer that return ConfigurationManager
 ConfigurationManager ContextDeployer.getConfigurationManager()
           
 

Methods in org.mortbay.jetty.deployer with parameters of type ConfigurationManager
 void ContextDeployer.setConfigurationManager(ConfigurationManager configMgr)