|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap 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 FormNested 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 |
---|
public BindingAwareModelMap()
Method Detail |
---|
public Object put(Object key, Object value)
put
in interface Map
put
in class HashMap
public void putAll(Map map)
putAll
in interface Map
putAll
in class HashMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |