public class MoveResult extends BaseActionResult<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
protected MadvocConfig |
madvocConfig |
static java.lang.String |
NAME |
protected ResultMapper |
resultMapper |
resultName, resultValueType| Constructor and Description |
|---|
MoveResult() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
generateUniqueId()
Returns unique id, random long value.
|
void |
render(ActionRequest actionRequest,
java.lang.String resultValue)
Saves action in the session under some id that is added as request parameter.
|
getResultName, getResultValueType, init, resolveResultValueType, toStringpublic static final java.lang.String NAME
@In(scope=CONTEXT) protected MadvocConfig madvocConfig
@In(scope=CONTEXT) protected ResultMapper resultMapper
protected java.lang.String generateUniqueId()
public void render(ActionRequest actionRequest, java.lang.String resultValue) throws java.lang.Exception
actionRequest - action requestresultValue - action method result, may be nulljava.lang.ExceptionCopyright © 2003-2013 Jodd Team