|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
com.opensymphony.xwork2 | |
com.opensymphony.xwork2.config | |
com.opensymphony.xwork2.config.impl | |
com.opensymphony.xwork2.config.providers | |
com.opensymphony.xwork2.mock |
Uses of Configuration in com.opensymphony.xwork2 |
---|
Fields in com.opensymphony.xwork2 declared as Configuration | |
---|---|
protected Configuration |
DefaultActionProxy.configuration
|
Methods in com.opensymphony.xwork2 that return Configuration | |
---|---|
Configuration |
ActionProxy.getConfiguration()
Gets the runtime configuration this action proxy was created with |
Configuration |
DefaultActionProxy.getConfiguration()
|
Methods in com.opensymphony.xwork2 with parameters of type Configuration | |
---|---|
abstract ActionProxy |
ActionProxyFactory.createActionProxy(Configuration config,
java.lang.String namespace,
java.lang.String actionName,
java.util.Map extraContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration. |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(Configuration config,
java.lang.String namespace,
java.lang.String actionName,
java.util.Map extraContext)
Use this method to build an DefaultActionProxy instance. |
abstract ActionProxy |
ActionProxyFactory.createActionProxy(Configuration config,
java.lang.String namespace,
java.lang.String actionName,
java.util.Map extraContext,
boolean executeResult,
boolean cleanupContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration. |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(Configuration config,
java.lang.String namespace,
java.lang.String actionName,
java.util.Map extraContext,
boolean executeResult,
boolean cleanupContext)
Use this method to build an DefaultActionProxy instance. |
Constructors in com.opensymphony.xwork2 with parameters of type Configuration | |
---|---|
DefaultActionProxy(Configuration cfg,
java.lang.String namespace,
java.lang.String actionName,
java.util.Map extraContext,
boolean executeResult,
boolean cleanupContext)
This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy. |
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 java.util.List |
ConfigurationUtil.buildParentsFromString(Configuration configuration,
java.lang.String parent)
|
void |
ConfigurationProvider.init(Configuration configuration)
Initializes the configuration object. |
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 |
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)
|
Uses of Configuration in com.opensymphony.xwork2.mock |
---|
Methods in com.opensymphony.xwork2.mock that return Configuration | |
---|---|
Configuration |
MockActionProxy.getConfiguration()
|
Methods in com.opensymphony.xwork2.mock with parameters of type Configuration | |
---|---|
void |
MockActionProxy.setConfiguration(Configuration configuration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |