Package org.gatein.pc.controller.request
Class PortletEventRequest
- java.lang.Object
-
- org.gatein.pc.controller.request.ControllerRequest
-
- org.gatein.pc.controller.request.ContainerRequest
-
- org.gatein.pc.controller.request.PortletRequest
-
- org.gatein.pc.controller.request.PortletEventRequest
-
public class PortletEventRequest extends PortletRequest
An event request. The purpose of this type of request is to allow the portal to fire events to a portlet.- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.controller.request.PortletRequest
pageNavigationalState, windowNavigationalState
-
Fields inherited from class org.gatein.pc.controller.request.ContainerRequest
windowId
-
-
Constructor Summary
Constructors Constructor Description PortletEventRequest(String windowId, WindowNavigationalState windowNavigationalState, PageNavigationalState pageNavigationalState, QName name, Serializable payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetName()SerializablegetPayload()org.gatein.pc.api.invocation.response.PortletInvocationResponseinvoke(ControllerContext controllerContext)-
Methods inherited from class org.gatein.pc.controller.request.PortletRequest
getPageNavigationalState, getWindowNavigationalState
-
Methods inherited from class org.gatein.pc.controller.request.ContainerRequest
getWindowId
-
-
-
-
Constructor Detail
-
PortletEventRequest
public PortletEventRequest(String windowId, WindowNavigationalState windowNavigationalState, PageNavigationalState pageNavigationalState, QName name, Serializable payload)
-
-
Method Detail
-
getName
public QName getName()
-
getPayload
public Serializable getPayload()
-
invoke
public org.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(ControllerContext controllerContext) throws org.gatein.pc.api.PortletInvokerException
- Specified by:
invokein classControllerRequest- Throws:
org.gatein.pc.api.PortletInvokerException
-
-