Package org.gatein.pc.controller.request
Class PortletRenderRequest
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.PortletRenderRequest
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
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
ConstructorsConstructorDescriptionPortletRenderRequest(String windowId, WindowNavigationalState windowNavigationalState, Map<String, String[]> publicNavigationalStateChanges, PageNavigationalState pageNavigationalState) -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
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