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

Packages that use ConfigurationProvider
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.providers   
 

Uses of ConfigurationProvider in com.opensymphony.xwork.config
 

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

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

Classes in com.opensymphony.xwork.config.providers that implement ConfigurationProvider
 class XmlConfigurationProvider
          Looks in the classpath for "xwork.xml" and uses it for the XWork configuration.
 


XWork Project Page