org.apache.cocoon.environment.impl
Class RequestMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byorg.apache.cocoon.environment.impl.BaseMap
          extended byorg.apache.cocoon.environment.impl.RequestMap
All Implemented Interfaces:
Map

public class RequestMap
extends BaseMap

Request attributes map

Version:
$Id: RequestMap.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Nested Class Summary
 
Nested classes inherited from class org.apache.cocoon.environment.impl.BaseMap
BaseMap.Entry
 
Constructor Summary
RequestMap(org.apache.cocoon.environment.Request request)
           
 
Method Summary
 Set entrySet()
           
 boolean equals(Object obj)
           
 Object get(Object key)
           
 Object put(Object key, Object value)
           
 Object remove(Object key)
           
 
Methods inherited from class org.apache.cocoon.environment.impl.BaseMap
clear, putAll
 
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, hashCode, isEmpty, keySet, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestMap

public RequestMap(org.apache.cocoon.environment.Request request)
Method Detail

get

public Object get(Object key)

put

public Object put(Object key,
                  Object value)

remove

public Object remove(Object key)
Specified by:
remove in interface Map
Overrides:
remove in class BaseMap

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Overrides:
entrySet in class BaseMap

equals

public boolean equals(Object obj)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.