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   
 

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 void ConfigurationManager.setConfiguration(Configuration configuration)
           
static List ConfigurationUtil.buildParentsFromString(Configuration configuration, String parent)
           
 void ConfigurationProvider.init(Configuration configuration)
          Initializes the configuration object.
 

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)
           
 


XWork Project Page