org.apache.myfaces.context.portlet

Class RequestParameterValuesMap

public class RequestParameterValuesMap extends AbstractAttributeMap

PortletRequest multi-value 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)