public class ChainActionResult extends java.lang.Object implements ActionResult
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,
java.lang.Object resultValue)
Sets the
next action request for the chain. |
@In @MadvocContext protected ResultMapper resultMapper
public void render(ActionRequest actionRequest, java.lang.Object resultValue)
next action request
for the chain.render
in interface ActionResult
actionRequest
- action requestresultValue
- action method result, may be null
or any type.Copyright © 2003-present Jodd Team