クラスの使用 
org.springframework.ui.ConcurrentModel
ConcurrentModel を使用するパッケージ 
 パッケージ 
 説明 
UI レイヤーの概念の一般的なサポート。
 検証結果を処理するためのクラスをサポートします。
- org.springframework.ui 内の ConcurrentModel 使用ConcurrentModel を返す org.springframework.ui のメソッド修飾子と型メソッド説明ConcurrentModel.- addAllAttributes- (CollectionSE<?> attributeValues) 各要素の属性名の生成を使用して、提供された- Collectionのすべての属性をこの- Mapにコピーします。ConcurrentModel.- addAllAttributes- (MapSE<StringSE, - ?> attributes) 指定された- Mapのすべての属性をこの- Mapにコピーします。ConcurrentModel.- addAttribute- (ObjectSE attributeValue) - generated nameを使用して、この- Mapに提供された属性を追加します。ConcurrentModel.- addAttribute- (StringSE attributeName, ObjectSE attributeValue) 指定された名前に指定された属性を追加します。ConcurrentModel.- mergeAttributes- (MapSE<StringSE, - ?> attributes) 指定された- Mapのすべての属性をこの- Mapにコピーします。同じ名前の既存のオブジェクトが優先されます(つまり
- org.springframework.validation.support 内の ConcurrentModel 使用修飾子と型クラス説明- class