クラス BindingAwareModelMap
java.lang.ObjectSE
java.util.AbstractMapSE<K,V>
java.util.HashMapSE<K,V>
java.util.LinkedHashMapSE<StringSE,ObjectSE>
org.springframework.ui.ModelMap
org.springframework.ui.ExtendedModelMap
org.springframework.validation.support.BindingAwareModelMap
- 実装されたすべてのインターフェース:
SerializableSE
、CloneableSE
、MapSE<StringSE,
、ObjectSE> Model
対応するターゲット属性が通常の
Map
SE 操作によって置き換えられた場合に BindingResult
オブジェクトを自動的に削除する ExtendedModelMap
のサブクラス。 これは、Spring MVC によってハンドラーメソッドに公開されるクラスであり、通常は Model
インターフェースの宣言を通じて使用されます。ユーザーコード内でビルドする必要はありません。プレーンな ModelMap
または文字列キーを備えた通常の Map
SE でさえ、ユーザーモデルを返すのに十分です。
- 導入:
- 2.5.6
- 作成者:
- Juergen Hoeller
- 関連事項:
ネストされたクラスのサマリー
クラス java.util.AbstractMapSE から継承されたネストクラス / インターフェース
AbstractMap.SimpleEntrySE<KSE extends ObjectSE,
VSE extends ObjectSE>, AbstractMap.SimpleImmutableEntrySE<KSE extends ObjectSE, VSE extends ObjectSE> コンストラクターのサマリー
コンストラクター方法の概要
クラス org.springframework.ui.ExtendedModelMap から継承されたメソッド
addAllAttributes, addAllAttributes, addAttribute, addAttribute, asMap, mergeAttributes
クラス org.springframework.ui.ModelMap から継承されたメソッド
containsAttribute, getAttribute
クラス java.util.LinkedHashMapSE から継承されたメソッド
clear, containsValueSE, entrySet, forEachSE, getSE, getOrDefaultSE, keySet, removeEldestEntrySE, replaceAllSE, values
クラス java.util.HashMapSE から継承されたメソッド
clone, computeSE, computeIfAbsentSE, computeIfPresentSE, containsKeySE, isEmpty, mergeSE, putIfAbsentSE, removeSE, removeSE, replaceSE, replaceSE, size
クラス java.util.AbstractMapSE から継承されたメソッド
equalsSE, hashCode, toString
インターフェース java.util.MapSE から継承されたメソッド
computeSE, computeIfAbsentSE, computeIfPresentSE, containsKeySE, equalsSE, hashCode, isEmpty, mergeSE, putIfAbsentSE, removeSE, removeSE, replaceSE, replaceSE, size
インターフェース org.springframework.ui.Model から継承されたメソッド
containsAttribute, getAttribute