インターフェースの使用
org.springframework.ui.Model
パッケージ
説明
UI レイヤーの概念の一般的なサポート。
検証結果を処理するためのクラスをサポートします。
DispatcherHandler
を含む spring-webflux
モジュールの最上位パッケージ。WebFlux サーバーエンドポイント処理のメインエントリポイントで、リクエストをハンドラーにマッピングし、呼び出し、結果を処理するために使用されるキー契約を含みます。 アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。
ビューの解決による結果処理のサポート。
MVC コントローラーのサポートパッケージ。
org.springframework.ui 内の Model 使用
修飾子と型メソッド説明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 使用
修飾子と型クラス説明class
class
org.springframework.web.reactive 内の Model 使用
org.springframework.web.reactive.result.method.annotation 内の Model 使用
修飾子と型メソッド説明protected void
AbstractNamedValueArgumentResolver.handleResolvedValue
(ObjectSE arg, StringSE name, MethodParameter parameter, Model model, ServerWebExchange exchange) 値が解決された後に呼び出されます。protected void
PathVariableMethodArgumentResolver.handleResolvedValue
(ObjectSE arg, StringSE name, MethodParameter parameter, Model model, ServerWebExchange exchange) org.springframework.web.reactive.result.view 内の Model 使用
org.springframework.web.servlet.mvc.support 内の Model 使用
修飾子と型クラス説明class