クラスの使用
org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
AbstractHandlerMethodMapping を使用するパッケージ
パッケージ
説明
org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。org.springframework.web.servlet.mvc.method 内の AbstractHandlerMethodMapping 使用
org.springframework.web.servlet.mvc.method.annotation 内の AbstractHandlerMethodMapping 使用
修飾子と型クラス説明class@Controllerクラスの型 レベルおよびメソッドレベルの@RequestMappingおよび@HttpExchangeアノテーションからRequestMappingInfoインスタンスを作成します。