Uses of Interface
org.eclipse.jetty.deploy.ConfigurationManager

Packages that use ConfigurationManager
org.eclipse.jetty.deploy   
org.eclipse.jetty.deploy.providers   
 

Uses of ConfigurationManager in org.eclipse.jetty.deploy
 

Classes in org.eclipse.jetty.deploy that implement ConfigurationManager
 class FileConfigurationManager
          FileConfigurationManager Supplies properties defined in a file.
 

Methods in org.eclipse.jetty.deploy that return ConfigurationManager
 ConfigurationManager ContextDeployer.getConfigurationManager()
           
 

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

Uses of ConfigurationManager in org.eclipse.jetty.deploy.providers
 

Methods in org.eclipse.jetty.deploy.providers that return ConfigurationManager
 ConfigurationManager MonitoredDirAppProvider.getConfigurationManager()
           
 ConfigurationManager ContextProvider.getConfigurationManager()
           
 

Methods in org.eclipse.jetty.deploy.providers with parameters of type ConfigurationManager
 void MonitoredDirAppProvider.setConfigurationManager(ConfigurationManager configurationManager)
           
 void ContextProvider.setConfigurationManager(ConfigurationManager configurationManager)
          Set the configurationManager.
 



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