com.liferay.portal.servlet
Class PortalSessionContext

java.lang.Object
  extended bycom.liferay.portal.servlet.PortalSessionContext

public class PortalSessionContext
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static javax.servlet.http.HttpSession get(java.lang.String sessionId)
           
static void put(java.lang.String sessionId, javax.servlet.http.HttpSession ses)
           
static javax.servlet.http.HttpSession remove(java.lang.String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static javax.servlet.http.HttpSession get(java.lang.String sessionId)

put

public static void put(java.lang.String sessionId,
                       javax.servlet.http.HttpSession ses)

remove

public static javax.servlet.http.HttpSession remove(java.lang.String sessionId)