| パッケージ | 説明 |
|---|---|
| org.springframework.web.servlet.mvc.method | org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。 |
| org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | RequestMappingInfoHandlerMappingRequestMappingInfo がリクエストとハンドラーメソッド間のマッピングを定義するクラスの抽象基本クラス。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | RequestMappingHandlerMapping |