jodd.madvoc.result
Class MoveResult

java.lang.Object
  extended by jodd.madvoc.result.ActionResult
      extended by jodd.madvoc.result.MoveResult

public class MoveResult
extends ActionResult

Process move results.


Field Summary
static java.lang.String MOVE_ID
          Session parameter name.
static java.lang.String NAME
           
 
Fields inherited from class jodd.madvoc.result.ActionResult
initialized, type
 
Constructor Summary
MoveResult()
           
 
Method Summary
protected  java.lang.String generateUniqueId()
          Returns unique id, random long value.
 void render(ActionRequest actionRequest, java.lang.Object resultObject, java.lang.String resultValue, java.lang.String resultPath)
          Saves action in the session under some id that is added as request parameter.
 
Methods inherited from class jodd.madvoc.result.ActionResult
getType, init, initialized, isInitialized, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

MOVE_ID

public static final java.lang.String MOVE_ID
Session parameter name.

Constructor Detail

MoveResult

public MoveResult()
Method Detail

generateUniqueId

protected java.lang.String generateUniqueId()
Returns unique id, random long value.


render

public void render(ActionRequest actionRequest,
                   java.lang.Object resultObject,
                   java.lang.String resultValue,
                   java.lang.String resultPath)
            throws java.lang.Exception
Saves action in the session under some id that is added as request parameter.

Specified by:
render in class ActionResult
Parameters:
actionRequest - action request
resultObject - reference to action method result, may be null
resultValue - string representation of result, may be null
resultPath - result path
Throws:
java.lang.Exception


Copyright © 2003-2010 Jodd Team