Package | Description |
---|---|
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 | |
com.opensymphony.xwork2.util |
XWork util classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XWorkTestCase.loadConfigurationProviders(ConfigurationProvider... providers) |
protected void |
XWorkJUnit4TestCase.loadConfigurationProviders(ConfigurationProvider... providers) |
protected void |
TestNGXWorkTestCase.loadConfigurationProviders(ConfigurationProvider... providers) |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanSelectionProvider
When implemented allows to alias already existing beans
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.reload(List<ConfigurationProvider> providers)
Deprecated.
Since 2.1
|
Modifier and Type | Method and Description |
---|---|
void |
MockConfiguration.reload(List<ConfigurationProvider> providers) |
void |
DefaultConfiguration.reload(List<ConfigurationProvider> 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 |
Modifier and Type | Method and Description |
---|---|
static ConfigurationManager |
XWorkTestCaseHelper.loadConfigurationProviders(ConfigurationManager configurationManager,
ConfigurationProvider... providers) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.