Uses of Interface
com.opensymphony.xwork2.config.ConfigurationProvider

Packages that use ConfigurationProvider
com.opensymphony.xwork2.config   
com.opensymphony.xwork2.config.impl   
com.opensymphony.xwork2.config.providers   
 

Uses of ConfigurationProvider in com.opensymphony.xwork2.config
 

Methods in com.opensymphony.xwork2.config that return types with arguments of type ConfigurationProvider
 java.util.List<ConfigurationProvider> ConfigurationManager.getConfigurationProviders()
          Get the current list of ConfigurationProviders.
 

Methods in com.opensymphony.xwork2.config with parameters of type ConfigurationProvider
 void ConfigurationManager.addConfigurationProvider(ConfigurationProvider provider)
          adds a configuration provider to the List of ConfigurationProviders.
 

Method parameters in com.opensymphony.xwork2.config with type arguments of type ConfigurationProvider
 void Configuration.reload(java.util.List<ConfigurationProvider> providers)
           
 void ConfigurationManager.setConfigurationProviders(java.util.List<ConfigurationProvider> configurationProviders)
          Set the list of configuration providers
 

Uses of ConfigurationProvider in com.opensymphony.xwork2.config.impl
 

Method parameters in com.opensymphony.xwork2.config.impl with type arguments of type ConfigurationProvider
 void DefaultConfiguration.reload(java.util.List<ConfigurationProvider> providers)
          Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
 

Uses of ConfigurationProvider in com.opensymphony.xwork2.config.providers
 

Classes in com.opensymphony.xwork2.config.providers that implement ConfigurationProvider
 class XmlConfigurationProvider
          Looks in the classpath for an XML file, "xwork.xml" by default, and uses it for the XWork configuration.
 



Copyright © 2006 OpenSymphony. All Rights Reserved.