| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BeanSelectionProvider
When implemented allows to alias already existing beans 
 | 
interface  | 
ConfigurationProvider
Interface to be implemented by all forms of XWork configuration classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileManagerFactoryProvider
Allows to specify custom  
FileManagerFactory | 
class  | 
FileManagerProvider
Allows to specify custom  
FileManager by user | 
| Modifier and Type | Method and Description | 
|---|---|
List<ContainerProvider> | 
ConfigurationManager.getContainerProviders()
Get the current list of ConfigurationProviders. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationManager.addContainerProvider(ContainerProvider provider)
adds a configuration provider to the List of ConfigurationProviders. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<PackageProvider> | 
Configuration.reloadContainer(List<ContainerProvider> containerProviders)  | 
void | 
ConfigurationManager.setContainerProviders(List<ContainerProvider> containerProviders)
Set the list of configuration providers 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Container | 
DefaultConfiguration.createBootstrapContainer(List<ContainerProvider> providers)  | 
List<PackageProvider> | 
MockConfiguration.reloadContainer(List<ContainerProvider> containerProviders)  | 
List<PackageProvider> | 
DefaultConfiguration.reloadContainer(List<ContainerProvider> providers)
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls
 buildRuntimeConfiguration(). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XmlConfigurationProvider
Looks in the classpath for an XML file, "xwork.xml" by default,
 and uses it for the XWork configuration. 
 | 
class  | 
XWorkConfigurationProvider  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StubConfigurationProvider  | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.