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

Packages that use ConfigurationProvider
com.opensymphony.webwork.sitegraph.collectors   
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.providers   
 

Uses of ConfigurationProvider in com.opensymphony.webwork.sitegraph.collectors
 

Classes in com.opensymphony.webwork.sitegraph.collectors that implement ConfigurationProvider
 class ArbitraryXMLConfigurationProvider
          Override Xwork class so we cn use an arbitrary config file
 

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.
 


WebWork Project Page