クラスの使用
org.springframework.web.context.request.ServletWebRequest
ServletWebRequest を使用するパッケージ
パッケージ
説明
非同期リクエスト処理のサポート。
カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。org.springframework.web.context.request.async 内の ServletWebRequest 使用
org.springframework.web.servlet.handler 内の ServletWebRequest 使用
修飾子と型クラス説明classorg.springframework.web.servlet.mvc.method.annotation 内の ServletWebRequest 使用
型 ServletWebRequest のパラメーターを持つ org.springframework.web.servlet.mvc.method.annotation のメソッド修飾子と型メソッド説明voidServletInvocableHandlerMethod.invokeAndHandle(ServletWebRequest webRequest, ModelAndViewContainer mavContainer, ObjectSE... providedArgs) メソッドを呼び出し、構成済みのHandlerMethodReturnValueHandlersのいずれかを使用して戻り値を処理します。