Uses of Class
com.opensymphony.webwork.config.Configuration

Packages that use Configuration
com.opensymphony.webwork.config Classes for WebWork configuration and property handling. 
 

Uses of Configuration in com.opensymphony.webwork.config
 

Subclasses of Configuration in com.opensymphony.webwork.config
 class DefaultConfiguration
          Default implementation of Configuration - creates and delegates to other configurations by using an internal DelegatingConfiguration.
 class DelegatingConfiguration
          A Configuration implementation which stores an internal list of configuration objects.
 class PropertiesConfiguration
          A class to handle configuration via a properties file.
 

Methods in com.opensymphony.webwork.config that return Configuration
static Configuration Configuration.getConfiguration()
          Gets the current configuration implementation.
 

Methods in com.opensymphony.webwork.config with parameters of type Configuration
static void Configuration.setConfiguration(Configuration config)
          Sets the current configuration implementation.
 

Constructors in com.opensymphony.webwork.config with parameters of type Configuration
DelegatingConfiguration(Configuration[] aConfigList)
          Creates a new DelegatingConfiguration object given a list of Configuration implementations.
 


WebWork Project Page