| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
org.springframework.ui.ModelMap
org.springframework.ui.ExtendedModelMap
org.springframework.validation.support.BindingAwareModelMap
public class BindingAwareModelMap
Subclass of ExtendedModelMap that
 automatically removes a BindingResult
 object if the corresponding target attribute gets replaced.
 
Used by AnnotationMethodHandlerAdapter
 and AnnotationMethodHandlerAdapter.
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(String key,
    Object value)
 | 
 void | 
putAll(Map<? extends String,?> map)
 | 
| Methods inherited from class org.springframework.ui.ExtendedModelMap | 
|---|
addAllAttributes, addAllAttributes, addAttribute, addAttribute, asMap, mergeAttributes | 
| Methods inherited from class org.springframework.ui.ModelMap | 
|---|
addAllObjects, addAllObjects, addObject, addObject, containsAttribute | 
| 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 | 
|---|
public BindingAwareModelMap()
| Method Detail | 
|---|
public Object put(String key,
                  Object value)
put in interface Map<String,Object>put in class HashMap<String,Object>public void putAll(Map<? extends String,?> map)
putAll in interface Map<String,Object>putAll in class HashMap<String,Object>
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||