org.apache.myfaces.context.portlet

Class ApplicationMap

Implemented Interfaces:
Map

public class ApplicationMap
extends AbstractAttributeMap

PortletContext attributes as a 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

void
clear()
protected Object
getAttribute(String key)
protected Enumeration
getAttributeNames()
void
putAll(Map t)
protected void
removeAttribute(String key)
protected void
setAttribute(String key, Object value)

Methods inherited from class org.apache.myfaces.context.servlet.AbstractAttributeMap

clear, containsKey, containsValue, entrySet, get, getAttribute, getAttributeNames, isEmpty, keySet, put, putAll, remove, removeAttribute, setAttribute, size, values

Method Details

clear

public void clear()
Overrides:
clear in interface AbstractAttributeMap

getAttribute

protected Object getAttribute(String key)
Overrides:
getAttribute in interface AbstractAttributeMap

getAttributeNames

protected Enumeration getAttributeNames()
Overrides:
getAttributeNames in interface AbstractAttributeMap

putAll

public void putAll(Map t)
Overrides:
putAll in interface AbstractAttributeMap

removeAttribute

protected void removeAttribute(String key)
Overrides:
removeAttribute in interface AbstractAttributeMap

setAttribute

protected void setAttribute(String key,
                            Object value)
Overrides:
setAttribute in interface AbstractAttributeMap