|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jsr168.pluto.PlutoSession
public final class PlutoSession
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 |
---|
public PortletWindowImpl getPortletWindow(java.lang.String strPortletId)
strPortletId
- The portlet ID (Lutece ID) of the portlet window asked
public static PlutoSession findSession(javax.servlet.http.HttpServletRequest request)
request
- Current user HTTP resquest
PlutoSession
associated with this session
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |