org.sakaiproject.portal.render.portlet.services.state
Class PortletStateAccess

java.lang.Object
  extended by org.sakaiproject.portal.render.portlet.services.state.PortletStateAccess

public class PortletStateAccess
extends Object

Manages access to the current portlet states associated with the given session.

Since:
Sakai 2.2.3
Version:
$Rev: 110562 $

Constructor Summary
PortletStateAccess()
           
 
Method Summary
static PortletState getPortletState(javax.servlet.http.HttpServletRequest request, String windowId)
          Retrieve the PortletState for the given windowId.
static void setPortletState(javax.servlet.http.HttpServletRequest request, PortletState state)
          Set the specified portlet state is the users session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletStateAccess

public PortletStateAccess()
Method Detail

getPortletState

public static PortletState getPortletState(javax.servlet.http.HttpServletRequest request,
                                           String windowId)
Retrieve the PortletState for the given windowId.

Parameters:
request -
windowId -
Returns:

setPortletState

public static void setPortletState(javax.servlet.http.HttpServletRequest request,
                                   PortletState state)
Set the specified portlet state is the users session.

Parameters:
request -
state -


Copyright © 2003-2013 Sakai Project. All Rights Reserved.