|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionConfig | |
---|---|
com.opensymphony.xwork2 | Main Xwork interfaces and classes. |
com.opensymphony.xwork2.config | Configuration core classes. |
com.opensymphony.xwork2.config.entities | Configuration entity classes. |
com.opensymphony.xwork2.config.impl | Configuration implementation classes. |
com.opensymphony.xwork2.mock | XWork specific mock classes. |
Uses of ActionConfig in com.opensymphony.xwork2 |
---|
Fields in com.opensymphony.xwork2 declared as ActionConfig | |
---|---|
protected ActionConfig |
DefaultActionProxy.config
|
Methods in com.opensymphony.xwork2 that return ActionConfig | |
---|---|
ActionConfig |
ActionProxy.getConfig()
|
ActionConfig |
DefaultActionProxy.getConfig()
|
ActionConfig |
UnknownHandler.handleUnknownAction(String namespace,
String actionName)
Handles the case when an action configuration is unknown. |
Methods in com.opensymphony.xwork2 with parameters of type ActionConfig | |
---|---|
Object |
ObjectFactory.buildAction(String actionName,
String namespace,
ActionConfig config,
Map extraContext)
Build an instance of the action class to handle a particular request (eg. |
Result |
UnknownHandler.handleUnknownResult(ActionContext actionContext,
String actionName,
ActionConfig actionConfig,
String resultCode)
Handles the case when a result cannot be found for an action and result code. |
protected String |
DefaultActionInvocation.invokeAction(Object action,
ActionConfig actionConfig)
|
Uses of ActionConfig in com.opensymphony.xwork2.config |
---|
Methods in com.opensymphony.xwork2.config that return ActionConfig | |
---|---|
ActionConfig |
RuntimeConfiguration.getActionConfig(String namespace,
String name)
get the fully expanded ActionConfig for a specified namespace and (action) name |
Uses of ActionConfig in com.opensymphony.xwork2.config.entities |
---|
Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ActionConfig | |
---|---|
Map<String,ActionConfig> |
PackageConfig.getActionConfigs()
|
Map<String,ActionConfig> |
PackageConfig.getAllActionConfigs()
returns the Map of all the ActionConfigs available in the current package. |
Methods in com.opensymphony.xwork2.config.entities with parameters of type ActionConfig | |
---|---|
void |
PackageConfig.addActionConfig(String name,
ActionConfig action)
|
Uses of ActionConfig in com.opensymphony.xwork2.config.impl |
---|
Methods in com.opensymphony.xwork2.config.impl that return ActionConfig | |
---|---|
protected ActionConfig |
ActionConfigMatcher.convertActionConfig(String path,
ActionConfig orig,
Map vars)
Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings. |
ActionConfig |
ActionConfigMatcher.match(String path)
Matches the path against the compiled wildcard patterns. |
Methods in com.opensymphony.xwork2.config.impl with parameters of type ActionConfig | |
---|---|
protected ActionConfig |
ActionConfigMatcher.convertActionConfig(String path,
ActionConfig orig,
Map vars)
Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings. |
Constructor parameters in com.opensymphony.xwork2.config.impl with type arguments of type ActionConfig | |
---|---|
ActionConfigMatcher(Map<String,ActionConfig> configs)
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes. |
|
ActionConfigMatcher(Map<String,ActionConfig> configs,
boolean looseMatch)
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes. |
Uses of ActionConfig in com.opensymphony.xwork2.mock |
---|
Methods in com.opensymphony.xwork2.mock that return ActionConfig | |
---|---|
ActionConfig |
MockActionProxy.getConfig()
|
Methods in com.opensymphony.xwork2.mock with parameters of type ActionConfig | |
---|---|
void |
MockActionProxy.setConfig(ActionConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |