public class ActionResult
extends Object
implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static ActionResult |
EMPTY_ACTION_RESULT |
| Constructor and Description |
|---|
ActionResult(List<javax.portlet.Event> events,
String location) |
| Modifier and Type | Method and Description |
|---|---|
List<javax.portlet.Event> |
getEvents() |
String |
getLocation() |
public static final ActionResult EMPTY_ACTION_RESULT