public class ActionResult extends Object
| Constructor and Description |
|---|
ActionResult(String result,
Object view,
List actions,
Exception actionException) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getActionException() |
List |
getActions() |
Action |
getFirstAction() |
Action |
getLastAction() |
String |
getResult() |
Object |
getView() |
void |
setActionException(Exception actionException) |
void |
setResult(String result) |
public String getResult()
public void setResult(String result)
public Object getView()
public List getActions()
public Action getFirstAction()
public Action getLastAction()
public Exception getActionException()
public void setActionException(Exception actionException)
Copyright © 2013 Atlassian. All Rights Reserved.