com.liferay.portal.kernel.portlet
Class ActionResult

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.ActionResult
All Implemented Interfaces:
java.io.Serializable

public class ActionResult
extends java.lang.Object
implements java.io.Serializable

Author:
Shuyang Zhou
See Also:
Serialized Form

Field Summary
static ActionResult EMPTY_ACTION_RESULT
           
 
Constructor Summary
ActionResult(java.util.List<javax.portlet.Event> events, java.lang.String location)
           
 
Method Summary
 java.util.List<javax.portlet.Event> getEvents()
           
 java.lang.String getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ACTION_RESULT

public static final ActionResult EMPTY_ACTION_RESULT
Constructor Detail

ActionResult

public ActionResult(java.util.List<javax.portlet.Event> events,
                    java.lang.String location)
Method Detail

getEvents

public java.util.List<javax.portlet.Event> getEvents()

getLocation

public java.lang.String getLocation()