Liferay 6.2-ce-ga5

com.liferay.portal.kernel.portlet
Class ActionResult

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

public class ActionResult
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static ActionResult EMPTY_ACTION_RESULT
           
 
Constructor Summary
ActionResult(List<Event> events, String location)
           
 
Method Summary
 List<Event> getEvents()
           
 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(List<Event> events,
                    String location)
Method Detail

getEvents

public List<Event> getEvents()

getLocation

public String getLocation()

Liferay 6.2-ce-ga5