org.springframework.validation.support
Class BindingAwareModelMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap
              extended by org.springframework.ui.ModelMap
                  extended by org.springframework.ui.ExtendedModelMap
                      extended by org.springframework.validation.support.BindingAwareModelMap
All Implemented Interfaces:
Serializable, Cloneable, Map, Model

public class BindingAwareModelMap
extends ExtendedModelMap

Subclass of ExtendedModelMap that automatically removes a BindingResult object if the corresponding target attribute gets replaced.

Used by AnnotationMethodHandlerAdapter and AnnotationMethodHandlerAdapter.

Since:
2.5.6
Author:
Juergen Hoeller
See Also:
BindingResult, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
BindingAwareModelMap()
           
 
Method Summary
 Object put(Object key, Object value)
           
 void putAll(Map map)
           
 
Methods inherited from class org.springframework.ui.ExtendedModelMap
addAllAttributes, addAllAttributes, addAttribute, addAttribute, asMap, mergeAttributes
 
Methods inherited from class org.springframework.ui.ModelMap
addAllAttributes, addAllAttributes, addAllObjects, addAllObjects, addObject, addObject, containsAttribute, mergeAttributes
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, remove, 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 org.springframework.ui.Model
containsAttribute
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, remove, size, values
 

Constructor Detail

BindingAwareModelMap

public BindingAwareModelMap()
Method Detail

put

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

putAll

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


Copyright © 2002-2008 The Spring Framework.