org.apache.myfaces.context.portlet

Class SessionMap

public class SessionMap extends AbstractAttributeMap

Portlet scope PortletSession attibutes as Map.

Version: $Revision: 278654 $ $Date: 2005-09-05 02:32:35 +0200 (Mon, 05 Sep 2005) $

Author: Stan Silvert (latest modification by $Author: oros $)

Method Summary
voidclear()
protected ObjectgetAttribute(String key)
protected EnumerationgetAttributeNames()
voidputAll(Map t)
protected voidremoveAttribute(String key)
protected voidsetAttribute(String key, Object value)

Method Detail

clear

public void clear()

getAttribute

protected Object getAttribute(String key)

getAttributeNames

protected Enumeration getAttributeNames()

putAll

public void putAll(Map t)

removeAttribute

protected void removeAttribute(String key)

setAttribute

protected void setAttribute(String key, Object value)