org.codehaus.waffle.action
Class ActionMethodResponse

java.lang.Object
  extended by org.codehaus.waffle.action.ActionMethodResponse

public class ActionMethodResponse
extends java.lang.Object

A holder object which represents the return value from the action method fired

Author:
Michael Ward

Constructor Summary
ActionMethodResponse()
           
 
Method Summary
 java.lang.Object getReturnValue()
           
 void setReturnValue(java.lang.Object returnValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionMethodResponse

public ActionMethodResponse()
Method Detail

getReturnValue

public java.lang.Object getReturnValue()

setReturnValue

public void setReturnValue(java.lang.Object returnValue)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.