public class

ActionResult

extends Object
java.lang.Object
   ↳ webwork.dispatcher.ActionResult

Summary

Public Constructors
ActionResult(String result, Object view, List actions, Exception actionException)
Public Methods
Exception getActionException()
List getActions()
Action getFirstAction()
Action getLastAction()
String getResult()
Object getView()
void setActionException(Exception actionException)
void setResult(String result)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ActionResult (String result, Object view, List actions, Exception actionException)

Public Methods

public Exception getActionException ()

public List getActions ()

public Action getFirstAction ()

public Action getLastAction ()

public String getResult ()

public Object getView ()

public void setActionException (Exception actionException)

public void setResult (String result)