public class ActionFormResult
extends java.lang.Object
ActionFormProcessor.
This class holds the Action executed and any optional
results stored by the action.| Constructor and Description |
|---|
ActionFormResult(Action action,
java.lang.Object result)
Default constructor.
|
public ActionFormResult(Action action, java.lang.Object result)
action - The action that was executed, can not be nullresult - The result from the action, can be nullpublic Action getAction()
public java.lang.Object getResult()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.