org.jboss.portal.portlet.test
Class PortletControllerContextImpl

java.lang.Object
  extended by org.jboss.portal.portlet.test.PortletControllerContextImpl
All Implemented Interfaces:
PortletControllerContext

public class PortletControllerContextImpl
extends java.lang.Object
implements PortletControllerContext

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
static int NAV_SCOPE
          .
static int SESSION_SCOPE
          .
 
Constructor Summary
PortletControllerContextImpl(javax.servlet.http.HttpServletRequest req, int navStateScope)
           
 
Method Summary
 PortalNavigationalState getNavigationalState()
           
 org.jboss.portal.portlet.test.PortletController.Request getRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAV_SCOPE

public static final int NAV_SCOPE
.

See Also:
Constant Field Values

SESSION_SCOPE

public static final int SESSION_SCOPE
.

See Also:
Constant Field Values
Constructor Detail

PortletControllerContextImpl

public PortletControllerContextImpl(javax.servlet.http.HttpServletRequest req,
                                    int navStateScope)
                             throws IllegalRequestException,
                                    java.io.IOException,
                                    java.lang.ClassNotFoundException
Throws:
IllegalRequestException
java.io.IOException
java.lang.ClassNotFoundException
Method Detail

getRequest

public org.jboss.portal.portlet.test.PortletController.Request getRequest()
Specified by:
getRequest in interface PortletControllerContext

getNavigationalState

public PortalNavigationalState getNavigationalState()
Specified by:
getNavigationalState in interface PortletControllerContext