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.mock XWork specific mock classes. 
com.opensymphony.xwork2.test   
org.apache.struts2.components   
org.apache.struts2.config Classes for Struts configuration and property handling. 
 

Uses of Configuration in com.opensymphony.xwork2
 

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

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

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
 Configuration ConfigurationManager.getConfiguration()
          Get the current XWork configuration object.
 

Methods in com.opensymphony.xwork2.config with parameters of type Configuration
static List ConfigurationUtil.buildParentsFromString(Configuration configuration, String parent)
           
 void ContainerProvider.init(Configuration configuration)
          Initializes with the configuration
 void PackageProvider.init(Configuration configuration)
          Initializes with the 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
 

Fields in com.opensymphony.xwork2.config.providers declared as Configuration
private  Configuration XmlConfigurationProvider.configuration
           
 

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

Uses of Configuration in com.opensymphony.xwork2.mock
 

Fields in com.opensymphony.xwork2.mock declared as Configuration
(package private)  Configuration MockActionProxy.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)
           
 

Uses of Configuration in org.apache.struts2.components
 

Fields in org.apache.struts2.components declared as Configuration
protected  Configuration Form.configuration
           
 

Methods in org.apache.struts2.components with parameters of type Configuration
 void Form.setConfiguration(Configuration configuration)
           
 

Uses of Configuration in org.apache.struts2.config
 

Methods in org.apache.struts2.config with parameters of type Configuration
 void BeanSelectionProvider.init(Configuration configuration)
           
 void DefaultPropertiesProvider.init(Configuration configuration)
           
 void LegacyPropertiesConfigurationProvider.init(Configuration configuration)
           
 



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