クラスの使用 
org.springframework.web.context.request.ServletRequestAttributes
ServletRequestAttributes を使用するパッケージ 
 パッケージ 
 説明 
 一般的なリクエストコンテキストの保持、特に HTTP リクエストまたは HTTP セッションごとのアプリケーションオブジェクトのスコープのサポート。
 非同期リクエスト処理のサポート。
 アプリケーションコンテキストインフラストラクチャと統合するサーブレット、および Spring Web MVC フレームワークのコアインターフェースとクラスを提供します。
 カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
- org.springframework.web.context.request 内の ServletRequestAttributes 使用
- org.springframework.web.context.request.async 内の ServletRequestAttributes 使用
- org.springframework.web.servlet 内の ServletRequestAttributes 使用修飾子と型メソッド説明- protected ServletRequestAttributesFrameworkServlet.- buildRequestAttributes- (HttpServletRequestEE request, HttpServletResponseEE response, RequestAttributes previousAttributes) 事前バインドされた属性(およびその型)を考慮して、指定されたリクエスト(場合によってはレスポンスへの参照も保持している可能性があります)の ServletRequestAttributes をビルドします。
- org.springframework.web.servlet.handler 内の ServletRequestAttributes 使用修飾子と型クラス説明- class