|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
com.opensymphony.xwork2 | Main Xwork interfaces and classes. |
com.opensymphony.xwork2.mock | XWork specific mock classes. |
Uses of Result in com.opensymphony.xwork2 |
---|
Classes in com.opensymphony.xwork2 that implement Result | |
---|---|
class |
ActionChainResult
This result invokes an entire other action, complete with it's own interceptor stack and result |
Fields in com.opensymphony.xwork2 declared as Result | |
---|---|
protected Result |
DefaultActionInvocation.result
|
Methods in com.opensymphony.xwork2 that return Result | |
---|---|
Result |
ObjectFactory.buildResult(ResultConfig resultConfig,
Map extraContext)
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig. |
Result |
DefaultActionInvocation.createResult()
|
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 ActionChainResults until it finds a non-chain result, which will be returned. |
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 |
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. |
Uses of Result in com.opensymphony.xwork2.mock |
---|
Classes in com.opensymphony.xwork2.mock that implement Result | |
---|---|
class |
MockResult
Mock for a Result . |
Fields in com.opensymphony.xwork2.mock declared as Result | |
---|---|
private Result |
MockActionInvocation.result
|
Methods in com.opensymphony.xwork2.mock that return Result | |
---|---|
Result |
MockActionInvocation.getResult()
|
Methods in com.opensymphony.xwork2.mock with parameters of type Result | |
---|---|
void |
MockActionInvocation.setResult(Result result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |