jodd.madvoc.result
Class ChainResult
java.lang.Object
jodd.madvoc.result.ActionResult
jodd.madvoc.result.ChainResult
public class ChainResult
- extends ActionResult
Process chain results. Chaining is very similar to forwarding, except it is done
by 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.
|
Field Summary |
static java.lang.String |
NAME
|
|
Method Summary |
void |
render(ActionRequest actionRequest,
java.lang.Object resultObject,
java.lang.String resultValue,
java.lang.String resultPath)
Simply sets the next action request for the chain. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
ChainResult
public ChainResult()
render
public void render(ActionRequest actionRequest,
java.lang.Object resultObject,
java.lang.String resultValue,
java.lang.String resultPath)
throws java.lang.Exception
- Simply sets the next action request for the chain.
- Specified by:
render in class ActionResult
- Parameters:
actionRequest - action requestresultObject - reference to action method result, may be nullresultValue - string representation of result, may be nullresultPath - result path
- Throws:
java.lang.Exception
Copyright © 2003-2011 Jodd Team