インターフェースの使用
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 のクラス修飾子と型クラス説明classclassorg.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.reactive.result.view 内の Model 使用
型 Model のパラメーターを持つ org.springframework.web.reactive.result.view のメソッドorg.springframework.web.servlet.mvc.support 内の Model 使用
org.springframework.web.servlet.mvc.support 内の Model サブインターフェースModel を実装している org.springframework.web.servlet.mvc.support のクラス修飾子と型クラス説明class