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

Packages that use Configuration
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
com.opensymphony.xwork2.test   
 

Uses of Configuration in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as Configuration
protected  Configuration DefaultActionProxy.configuration
           
protected  Configuration XWorkJUnit4TestCase.configuration
           
protected  Configuration TestNGXWorkTestCase.configuration
           
protected  Configuration XWorkTestCase.configuration
           
 

Methods in com.opensymphony.xwork2 with parameters of type Configuration
 void DefaultActionProxy.setConfiguration(Configuration config)
           
 void DefaultUnknownHandlerManager.setConfiguration(Configuration configuration)
           
 

Uses of Configuration in com.opensymphony.xwork2.config
 

Fields in com.opensymphony.xwork2.config declared as Configuration
protected  Configuration ConfigurationManager.configuration
           
 

Methods in com.opensymphony.xwork2.config that return Configuration
protected  Configuration ConfigurationManager.createConfiguration(String beanName)
           
 Configuration ConfigurationManager.getConfiguration()
          Get the current XWork configuration object.
 

Methods in com.opensymphony.xwork2.config with parameters of type Configuration
static List<PackageConfig> ConfigurationUtil.buildParentsFromString(Configuration configuration, String parent)
          Get the PackageConfig elements with the specified names.
 void PackageProvider.init(Configuration configuration)
          Initializes with the configuration
 void ContainerProvider.init(Configuration configuration)
          Initializes with the configuration
 void FileManagerFactoryProvider.init(Configuration configuration)
           
 void FileManagerProvider.init(Configuration configuration)
           
 void ConfigurationManager.setConfiguration(Configuration configuration)
           
 

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

Classes in com.opensymphony.xwork2.config.impl that implement Configuration
 class DefaultConfiguration
          DefaultConfiguration
 class MockConfiguration
          Simple configuration used for unit testing
 

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

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

Uses of Configuration in com.opensymphony.xwork2.test
 

Methods in com.opensymphony.xwork2.test with parameters of type Configuration
 void StubConfigurationProvider.init(Configuration configuration)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.