com.liferay.portal.servlet
Class SharedSessionUtil

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

public class SharedSessionUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan, Brian Myunghun Kim

Field Summary
static java.lang.String[] SHARED_SESSION_ATTRIBUTES
           
 
Constructor Summary
SharedSessionUtil()
           
 
Method Summary
static java.util.Map getSharedSessionAttributes(javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHARED_SESSION_ATTRIBUTES

public static final java.lang.String[] SHARED_SESSION_ATTRIBUTES
Constructor Detail

SharedSessionUtil

public SharedSessionUtil()
Method Detail

getSharedSessionAttributes

public static java.util.Map getSharedSessionAttributes(javax.servlet.http.HttpServletRequest req)