public class ChainActionResult extends java.lang.Object implements ActionResult<Chain>
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 |
|---|---|
protected ResultMapper |
resultMapper |
| Constructor and Description |
|---|
ChainActionResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(ActionRequest actionRequest,
Chain chainResult)
Sets the
next action request for the chain. |
@In @Scope(value=CONTEXT) protected ResultMapper resultMapper
public void render(ActionRequest actionRequest, Chain chainResult)
next action request for the chain.render in interface ActionResult<Chain>actionRequest - action requestchainResult - action method result, may be null.Copyright © 2003-present Jodd Team