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

Packages that use ConfigurationProvider
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
com.opensymphony.xwork2.util XWork util classes. 
org.apache.struts2.config Classes for Struts configuration and property handling. 
 

Uses of ConfigurationProvider in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type ConfigurationProvider
protected  void TestNGXWorkTestCase.loadConfigurationProviders(ConfigurationProvider... providers)
           
protected  void XWorkTestCase.loadConfigurationProviders(ConfigurationProvider... providers)
           
 

Uses of ConfigurationProvider in com.opensymphony.xwork2.config
 

Fields in com.opensymphony.xwork2.config with type parameters of type ConfigurationProvider
private  List<ConfigurationProvider> ConfigurationManager.configurationProviders
           
 

Methods in com.opensymphony.xwork2.config that return types with arguments of type ConfigurationProvider
 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(List<ConfigurationProvider> providers)
           
 void ConfigurationManager.setConfigurationProviders(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 MockConfiguration.reload(List<ConfigurationProvider> providers)
           
 void DefaultConfiguration.reload(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.
 

Uses of ConfigurationProvider in com.opensymphony.xwork2.util
 

Methods in com.opensymphony.xwork2.util with parameters of type ConfigurationProvider
static ConfigurationManager XWorkTestCaseHelper.loadConfigurationProviders(ConfigurationManager configurationManager, ConfigurationProvider... providers)
           
 

Uses of ConfigurationProvider in org.apache.struts2.config
 

Classes in org.apache.struts2.config that implement ConfigurationProvider
 class BeanSelectionProvider
          Selects the implementations of key framework extension points, using the loaded property constants.
 class ClasspathConfigurationProvider
          ClasspathConfigurationProvider loads the configuration by scanning the classpath or selected packages for Action classes.
 class DefaultPropertiesProvider
          Loads the default properties, separate from the usual struts.properties loading
 class LegacyPropertiesConfigurationProvider
           
 class MethodConfigurationProvider
          MethodConfigurationProvider creates ActionConfigs for potential action methods that lack a corresponding action mapping, so that these methods can be invoked without extra or redundant configuration.
 class StrutsXmlConfigurationProvider
          Override Xwork class so we can use an arbitrary config file
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.