org.apache.myfaces.context.servlet

Class RequestHeaderMap

public class RequestHeaderMap extends AbstractAttributeMap

HttpServletRequest headers as Map.

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

Author: Anton Koinov (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)