Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.factory | |
com.opensymphony.xwork2.mock |
XWork specific mock classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionChainResult
This result invokes an entire other action, complete with it's own interceptor stack and result.
|
Modifier and Type | Field and Description |
---|---|
protected Result |
DefaultActionInvocation.explicitResult |
protected Result |
DefaultActionInvocation.result |
Modifier and Type | Method and Description |
---|---|
Result |
ObjectFactory.buildResult(ResultConfig resultConfig,
Map<String,Object> extraContext)
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
|
Result |
DefaultActionInvocation.createResult() |
Result |
DefaultActionInvocation.getResult()
If the DefaultActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method
will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
|
Result |
ActionInvocation.getResult()
If the ActionInvocation has been executed before and the Result is an instance of
ActionChainResult , this method
will walk down the chain of ActionChainResult s until it finds a non-chain result, which will be returned. |
Result |
UnknownHandlerManager.handleUnknownResult(ActionContext actionContext,
String actionName,
ActionConfig actionConfig,
String resultCode) |
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.
|
Result |
DefaultUnknownHandlerManager.handleUnknownResult(ActionContext actionContext,
String actionName,
ActionConfig actionConfig,
String resultCode)
Iterate over UnknownHandlers and return the result of the first one that can handle it
|
Modifier and Type | Method and Description |
---|---|
Result |
ResultFactory.buildResult(ResultConfig resultConfig,
Map<String,Object> extraContext) |
Result |
DefaultResultFactory.buildResult(ResultConfig resultConfig,
Map<String,Object> extraContext) |
Modifier and Type | Class and Description |
---|---|
class |
MockResult
Mock for a
Result . |
Modifier and Type | Method and Description |
---|---|
Result |
MockActionInvocation.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
MockActionInvocation.setResult(Result result) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.