Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.myfaces.context.servlet
Class RequestMap  view RequestMap download RequestMap.java

java.lang.Object
  extended byorg.apache.myfaces.context.servlet.AbstractAttributeMap
      extended byorg.apache.myfaces.context.servlet.RequestMap
All Implemented Interfaces:
java.util.Map

public class RequestMap
extends AbstractAttributeMap

ServletRequest attributes Map.

Version:
$Revision: 278654 $ $Date: 2005-09-04 20:32:35 -0400 (Sun, 04 Sep 2005) $

Nested Class Summary
 
Nested classes inherited from class org.apache.myfaces.context.servlet.AbstractAttributeMap
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
(package private)  javax.servlet.ServletRequest _servletRequest
           
 
Fields inherited from class org.apache.myfaces.context.servlet.AbstractAttributeMap
 
Constructor Summary
(package private) RequestMap(javax.servlet.ServletRequest servletRequest)
           
 
Method Summary
 void clear()
          Remove all entries from this Map (optional operation).
protected  java.lang.Object getAttribute(java.lang.String key)
           
protected  java.util.Enumeration getAttributeNames()
           
 void putAll(java.util.Map t)
          Copies all entries of the given map to this one (optional operation).
protected  void removeAttribute(java.lang.String key)
           
protected  void setAttribute(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class org.apache.myfaces.context.servlet.AbstractAttributeMap
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

_servletRequest

final javax.servlet.ServletRequest _servletRequest
Constructor Detail

RequestMap

RequestMap(javax.servlet.ServletRequest servletRequest)
Method Detail

getAttribute

protected java.lang.Object getAttribute(java.lang.String key)
Specified by:
getAttribute in class AbstractAttributeMap

setAttribute

protected void setAttribute(java.lang.String key,
                            java.lang.Object value)
Specified by:
setAttribute in class AbstractAttributeMap

removeAttribute

protected void removeAttribute(java.lang.String key)
Specified by:
removeAttribute in class AbstractAttributeMap

getAttributeNames

protected java.util.Enumeration getAttributeNames()
Specified by:
getAttributeNames in class AbstractAttributeMap

putAll

public void putAll(java.util.Map t)
Description copied from interface: java.util.Map
Copies all entries of the given map to this one (optional operation). If the map already contains a key, its value is replaced.

Specified by:
putAll in interface java.util.Map
Overrides:
putAll in class AbstractAttributeMap

clear

public void clear()
Description copied from interface: java.util.Map
Remove all entries from this Map (optional operation).

Specified by:
clear in interface java.util.Map
Overrides:
clear in class AbstractAttributeMap