org.jboss.portal.portlet.test
Class PortletControllerContextImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
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