インターフェースの使用 
org.springframework.ui.Model
Model を使用するパッケージ 
 パッケージ 
 説明 
UI レイヤーの概念の一般的なサポート。
 検証結果を処理するためのクラスをサポートします。
DispatcherHandler を含む spring-webflux モジュールの最上位パッケージ。WebFlux サーバーエンドポイント処理のメインエントリポイントで、リクエストをハンドラーにマッピングし、呼び出し、結果を処理するために使用されるキー契約を含みます。 アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。
MVC コントローラーのサポートパッケージ。
- org.springframework.ui 内の Model 使用Model を実装している org.springframework.ui のクラスModel を返す org.springframework.ui のメソッド修飾子と型メソッド説明Model.- addAllAttributes- (CollectionSE<?> attributeValues) 各要素の属性名の生成を使用して、提供された- Collectionのすべての属性をこの- Mapにコピーします。Model.- addAllAttributes- (MapSE<StringSE, - ?> attributes) 指定された- Mapのすべての属性をこの- Mapにコピーします。Model.- addAttribute- (ObjectSE attributeValue) - generated nameを使用して、この- Mapに提供された属性を追加します。Model.- addAttribute- (StringSE attributeName, ObjectSE attributeValue) 指定された名前に指定された属性を追加します。Model.- mergeAttributes- (MapSE<StringSE, - ?> attributes) 指定された- Mapのすべての属性をこの- Mapにコピーします。同じ名前の既存のオブジェクトが優先されます(つまり
- org.springframework.validation.support 内の Model 使用Model を実装している org.springframework.validation.support のクラス修飾子と型クラス説明- class- class
- org.springframework.web.reactive 内の Model 使用Model を返す org.springframework.web.reactive のメソッド
- org.springframework.web.reactive.result.method.annotation 内の Model 使用型 Model のパラメーターを持つ org.springframework.web.reactive.result.method.annotation のメソッド修飾子と型メソッド説明- protected voidAbstractNamedValueArgumentResolver.- handleResolvedValue- (ObjectSE arg, StringSE name, MethodParameter parameter, Model model, ServerWebExchange exchange) 値が解決された後に呼び出されます。- protected voidPathVariableMethodArgumentResolver.- handleResolvedValue- (ObjectSE arg, StringSE name, MethodParameter parameter, Model model, ServerWebExchange exchange) 
- org.springframework.web.servlet.mvc.support 内の Model 使用org.springframework.web.servlet.mvc.support 内の Model サブインターフェースModel を実装している org.springframework.web.servlet.mvc.support のクラス修飾子と型クラス説明- class