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

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

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()
          Deprecated.  
 

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

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

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

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

Uses of ConfigurationManager in org.eclipse.jetty.overlays
 

Methods in org.eclipse.jetty.overlays that return ConfigurationManager
 ConfigurationManager OverlayedAppProvider.getConfigurationManager()
           
 

Methods in org.eclipse.jetty.overlays with parameters of type ConfigurationManager
 void OverlayedAppProvider.setConfigurationManager(ConfigurationManager configurationManager)
          Set the configurationManager.
 



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