public class ActionFormResult extends Object
ActionFormProcessor.
This class holds the Action executed and any optional
results stored by the action.| Constructor and Description |
|---|
ActionFormResult(Action action,
Object result)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction()
Returns the action that was executed
|
Object |
getResult()
Returns the result from the executed action
|
String |
toString() |
Copyright © 2005–2018 Alfresco Software. All rights reserved.