org.apache.myfaces.context.portlet

Class RequestParameterMap

public class RequestParameterMap extends AbstractAttributeMap

PortletRequest parameters as Map.

Version: $Revision: 169649 $ $Date: 2005-05-11 17:47:12 +0200 (Wed, 11 May 2005) $

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

Method Summary
protected ObjectgetAttribute(String key)
protected EnumerationgetAttributeNames()
protected voidremoveAttribute(String key)
protected voidsetAttribute(String key, Object value)

Method Detail

getAttribute

protected Object getAttribute(String key)

getAttributeNames

protected Enumeration getAttributeNames()

removeAttribute

protected void removeAttribute(String key)

setAttribute

protected void setAttribute(String key, Object value)