org.jboss.portal.portlet.controller.request
Class ContainerRequest

java.lang.Object
  extended by org.jboss.portal.portlet.controller.request.ControllerRequest
      extended by org.jboss.portal.portlet.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
protected ContainerRequest(java.lang.String windowId)
           
 
Method Summary
 java.lang.String getWindowId()
           
 
Methods inherited from class org.jboss.portal.portlet.controller.request.ControllerRequest
getPageNavigationalState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerRequest

protected ContainerRequest(java.lang.String windowId)
                    throws java.lang.IllegalArgumentException
Parameters:
windowId - the target window id
Throws:
java.lang.IllegalArgumentException - if the window id is null
Method Detail

getWindowId

public java.lang.String getWindowId()


Copyright © 2008. All Rights Reserved.