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
An event request. The purpose of this type of request is to allow
the portal to fire events to a portlet.
-
Field Summary
Fields inherited from class org.gatein.pc.controller.request.PortletRequest
pageNavigationalState, windowNavigationalStateFields inherited from class org.gatein.pc.controller.request.ContainerRequest
windowId -
Constructor Summary
ConstructorsConstructorDescriptionPortletEventRequest(String windowId, WindowNavigationalState windowNavigationalState, PageNavigationalState pageNavigationalState, QName name, Serializable payload) -
Method Summary
Modifier and TypeMethodDescriptiongetName()org.gatein.pc.api.invocation.response.PortletInvocationResponseinvoke(ControllerContext controllerContext) Methods inherited from class org.gatein.pc.controller.request.PortletRequest
getPageNavigationalState, getWindowNavigationalStateMethods inherited from class org.gatein.pc.controller.request.ContainerRequest
getWindowId
-
Constructor Details
-
Method Details
-
getName
-
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
-