クラス 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
対応するターゲット属性が通常の
MapSE 操作によって置き換えられた場合に BindingResult オブジェクトを自動的に削除する ExtendedModelMap のサブクラス。 これは、Spring MVC によってハンドラーメソッドに公開されるクラスであり、通常は Model インターフェースの宣言を通じて使用されます。ユーザーコード内でビルドする必要はありません。プレーンな ModelMap または文字列キーを備えた通常の MapSE でさえ、ユーザーモデルを返すのに十分です。
- 導入:
- 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