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