Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class PortalSessionContext

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.PortalSessionContext
Direct Known Subclasses:
PortalSessionContext

public class PortalSessionContext
extends Object


Constructor Summary
protected PortalSessionContext()
           
 
Method Summary
static int count()
           
static javax.servlet.http.HttpSession get(String sessionId)
           
static void put(String sessionId, javax.servlet.http.HttpSession session)
           
static javax.servlet.http.HttpSession remove(String sessionId)
           
static Collection<javax.servlet.http.HttpSession> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalSessionContext

protected PortalSessionContext()
Method Detail

count

public static int count()

get

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

put

public static void put(String sessionId,
                       javax.servlet.http.HttpSession session)

remove

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

values

public static Collection<javax.servlet.http.HttpSession> values()

Liferay 6.1.2-ce-ga3