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

Packages that use Configuration
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.impl   
com.opensymphony.xwork.config.providers   
com.opensymphony.xwork.mock   
 

Uses of Configuration in com.opensymphony.xwork.config
 

Fields in com.opensymphony.xwork.config declared as Configuration
protected static Configuration ConfigurationManager.configurationInstance
           
 

Methods in com.opensymphony.xwork.config that return Configuration
static Configuration ConfigurationManager.getConfiguration()
          Get the current XWork configuration object.
 

Methods in com.opensymphony.xwork.config with parameters of type Configuration
static java.util.List ConfigurationUtil.buildParentsFromString(Configuration configuration, java.lang.String parent)
           
 void ConfigurationProvider.init(Configuration configuration)
          Initializes the configuration object.
static void ConfigurationManager.setConfiguration(Configuration configuration)
           
 

Uses of Configuration in com.opensymphony.xwork.config.impl
 

Classes in com.opensymphony.xwork.config.impl that implement Configuration
 class DefaultConfiguration
          DefaultConfiguration
 

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

Methods in com.opensymphony.xwork.config.providers with parameters of type Configuration
 void XmlConfigurationProvider.init(Configuration configuration)
           
 

Uses of Configuration in com.opensymphony.xwork.mock
 

Classes in com.opensymphony.xwork.mock that implement Configuration
 class MockConfiguration
          Mock for an Configuration.
 


XWork Project Page