|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Uses of Configuration in com.opensymphony.xwork2 |
|---|
| Fields in com.opensymphony.xwork2 declared as Configuration | |
|---|---|
protected Configuration |
XWorkTestCase.configuration
|
protected Configuration |
TestNGXWorkTestCase.configuration
|
protected Configuration |
DefaultActionProxy.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 |
ConfigurationProvider.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 |
XmlConfigurationProvider.init(Configuration configuration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||