Liferay 6.2-ce-ga5

com.liferay.portal.servlet
Class SharedSessionAttributeCache

java.lang.Object
  extended by com.liferay.portal.servlet.SharedSessionAttributeCache
All Implemented Interfaces:
Serializable

public class SharedSessionAttributeCache
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 boolean contains(String name)
           
static SharedSessionAttributeCache getInstance(javax.servlet.http.HttpSession session)
           
 Map<String,Object> getValues()
           
 void removeAttribute(String key)
           
 void setAttribute(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SharedSessionAttributeCache getInstance(javax.servlet.http.HttpSession session)

contains

public boolean contains(String name)

getValues

public Map<String,Object> getValues()

removeAttribute

public void removeAttribute(String key)

setAttribute

public void setAttribute(String key,
                         Object value)

Liferay 6.2-ce-ga5