org.apache.cocoon.components.accessor
Class MapAccessor.AccessorMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.cocoon.components.accessor.MapAccessor.AccessorMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
MapAccessor

public static class MapAccessor.AccessorMap
extends HashMap

Map that finds the accessor at access time.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
MapAccessor.AccessorMap(Map map, ServiceManager manager)
           
 
Method Summary
 void clear()
           
 Object get(Object key)
           
 Object put(Object key, Object value)
           
 void putAll(Map m)
           
 Object remove(Object key)
           
 
Methods inherited from class java.util.HashMap
clone, containsKey, containsValue, entrySet, isEmpty, keySet, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MapAccessor.AccessorMap

public MapAccessor.AccessorMap(Map map,
                               ServiceManager manager)
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map
Overrides:
get in class HashMap

clear

public void clear()
Specified by:
clear in interface Map
Overrides:
clear in class HashMap

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map
Overrides:
put in class HashMap

putAll

public void putAll(Map m)
Specified by:
putAll in interface Map
Overrides:
putAll in class HashMap

remove

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


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