org.apache.myfaces.context.servlet

Class RequestHeaderValuesMap

public class RequestHeaderValuesMap extends AbstractAttributeMap

HttpServletRequest header values (multi-value headers) as Map of String[].

Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $

Author: Anton Koinov (latest modification by $Author: matze $)

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)