public class ChainResult extends BaseActionResult<java.lang.String>
MadvocServletFilter and not by container. Chaining to next action request
happens after the complete execution of current one: after all interceptors and this result has been
finished.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
protected ResultMapper |
resultMapper |
resultName, resultValueType| Constructor and Description |
|---|
ChainResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(ActionRequest actionRequest,
java.lang.String resultValue)
Sets the
next action request for the chain. |
getResultName, getResultValueType, init, resolveResultValueType, toStringpublic static final java.lang.String NAME
@In(scope=CONTEXT) protected ResultMapper resultMapper
public void render(ActionRequest actionRequest, java.lang.String resultValue) throws java.lang.Exception
next action request for the chain.actionRequest - action requestresultValue - action method result, may be nulljava.lang.ExceptionCopyright © 2003-2013 Jodd Team