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

java.lang.Object
  extended by org.jboss.portal.portlet.controller.request.ControllerRequest
Direct Known Subclasses:
ContainerRequest

public abstract class ControllerRequest
extends java.lang.Object

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
abstract  PortletPageNavigationalState getPageNavigationalState()
          Returns the page navigational state or null if that kind of request cannot have one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPageNavigationalState

public abstract PortletPageNavigationalState getPageNavigationalState()
Returns the page navigational state or null if that kind of request cannot have one.

Returns:
the page state


Copyright © 2008. All Rights Reserved.