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

java.lang.Object
  extended by org.jboss.portal.portlet.controller.request.ControllerRequest
      extended by org.jboss.portal.portlet.controller.request.ContainerRequest
          extended by org.jboss.portal.portlet.controller.request.PortletRequest
Direct Known Subclasses:
PortletActionRequest, PortletEventRequest, PortletRenderRequest

public class PortletRequest
extends ContainerRequest

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 PortletPageNavigationalState getPageNavigationalState()
          Returns the page navigational state or null if that kind of request cannot have one.
 PortletWindowNavigationalState getWindowNavigationalState()
           
 
Methods inherited from class org.jboss.portal.portlet.controller.request.ContainerRequest
getWindowId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPageNavigationalState

public PortletPageNavigationalState getPageNavigationalState()
Description copied from class: ControllerRequest
Returns the page navigational state or null if that kind of request cannot have one.

Specified by:
getPageNavigationalState in class ControllerRequest
Returns:
the page state

getWindowNavigationalState

public PortletWindowNavigationalState getWindowNavigationalState()


Copyright © 2008. All Rights Reserved.