Package org.gatein.pc.controller.request
Class ContainerRequest
- java.lang.Object
-
- org.gatein.pc.controller.request.ControllerRequest
-
- org.gatein.pc.controller.request.ContainerRequest
-
- Direct Known Subclasses:
PortletRequest,PortletResourceRequest
public abstract class ContainerRequest extends ControllerRequest
Any request made to a portlet container.- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContainerRequest(String windowId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWindowId()-
Methods inherited from class org.gatein.pc.controller.request.ControllerRequest
getPageNavigationalState, invoke
-
-
-
-
Field Detail
-
windowId
protected final String windowId
.
-
-
Constructor Detail
-
ContainerRequest
protected ContainerRequest(String windowId) throws IllegalArgumentException
- Parameters:
windowId- the target window id- Throws:
IllegalArgumentException- if the window id is null
-
-
Method Detail
-
getWindowId
public String getWindowId()
-
-