| パッケージ | 説明 |
|---|---|
| org.springframework.web.servlet.mvc.method | org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。 |
| org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
| クラスと説明 |
|---|
| RequestMappingInfo マッピング情報をリクエストします。 |
| RequestMappingInfo.Builder RequestMappingInfo を作成するためのビルダーを定義します。 |
| RequestMappingInfo.BuilderConfiguration リクエストマッピングの目的で使用される構成オプションのコンテナー。 |
| クラスと説明 |
|---|
| AbstractHandlerMethodAdapter 型 HandlerMethod のハンドラーをサポートする HandlerAdapter 実装の抽象基本クラス。 |
| RequestMappingInfo マッピング情報をリクエストします。 |
RequestMappingInfoHandlerMappingRequestMappingInfo がリクエストとハンドラーメソッド間のマッピングを定義するクラスの抽象基本クラス。 |