fr.paris.lutece.plugins.jsr168.pluto
Class PlutoSession

java.lang.Object
  extended by fr.paris.lutece.plugins.jsr168.pluto.PlutoSession

public final class PlutoSession
extends java.lang.Object

Unique class present in HttpSession instance associated to user.


Method Summary
static PlutoSession findSession(javax.servlet.http.HttpServletRequest request)
          Return the current Pluto session (for current user request)
 PortletWindowImpl getPortletWindow(java.lang.String strPortletId)
          Return a portlet window associated to a portlet ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPortletWindow

public PortletWindowImpl getPortletWindow(java.lang.String strPortletId)
Return a portlet window associated to a portlet ID.

Parameters:
strPortletId - The portlet ID (Lutece ID) of the portlet window asked
Returns:
The portlet window associated to this servlet

findSession

public static PlutoSession findSession(javax.servlet.http.HttpServletRequest request)
Return the current Pluto session (for current user request)

Parameters:
request - Current user HTTP resquest
Returns:
The PlutoSession associated with this session


Copyright © 2008 Mairie de Paris. All Rights Reserved.