インターフェースの使用
org.springframework.web.context.request.RequestAttributes
RequestAttributes を使用するパッケージ
パッケージ
説明
一般的なリクエストコンテキストの保持、特に HTTP リクエストまたは HTTP セッションごとのアプリケーションオブジェクトのスコープのサポート。
非同期リクエスト処理のサポート。
アプリケーションコンテキストインフラストラクチャと統合するサーブレット、および Spring Web MVC フレームワークのコアインターフェースとクラスを提供します。
カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
org.springframework.web.context.request 内の RequestAttributes 使用
org.springframework.web.context.request 内の RequestAttributes サブインターフェース修飾子と型インターフェース説明interface
WebRequest
インターフェースの拡張。ネイティブのリクエストおよびレスポンスオブジェクトを一般的な方法で公開します。interface
Web リクエストの汎用インターフェース。RequestAttributes を実装している org.springframework.web.context.request のクラス修飾子と型クラス説明class
RequestAttributes 実装の抽象サポートクラス。リクエスト固有の破棄コールバックおよびアクセスされたセッション属性の更新のためのリクエスト完了メカニズムを提供します。class
JSFFacesContext
EE のRequestAttributes
アダプター。class
JSFFacesContext
EE のWebRequest
アダプター。class
RequestAttributes
インターフェースのサーブレットベースの実装。class
HttpServletRequest
EE 用のWebRequest
アダプター。修飾子と型メソッド説明static RequestAttributes
RequestContextHolder.currentRequestAttributes()
現在スレッドにバインドされている RequestAttributes を返します。static RequestAttributes
RequestContextHolder.getRequestAttributes()
現在スレッドにバインドされている RequestAttributes を返します。RequestAttributesThreadLocalAccessor.getValue()
型 RequestAttributes のパラメーターを持つ org.springframework.web.context.request のメソッド修飾子と型メソッド説明static void
RequestContextHolder.setRequestAttributes
(RequestAttributes attributes) 指定された RequestAttributes を現在のスレッドにバインドし、子スレッドの継承可能として公開しません。static void
RequestContextHolder.setRequestAttributes
(RequestAttributes attributes, boolean inheritable) 指定された RequestAttributes を現在のスレッドにバインドします。void
RequestAttributesThreadLocalAccessor.setValue
(RequestAttributes value) org.springframework.web.context.request.async 内の RequestAttributes 使用
org.springframework.web.servlet 内の RequestAttributes 使用
型 RequestAttributes のパラメーターを持つ org.springframework.web.servlet のメソッド修飾子と型メソッド説明protected ServletRequestAttributes
FrameworkServlet.buildRequestAttributes
(HttpServletRequestEE request, HttpServletResponseEE response, RequestAttributes previousAttributes) 事前バインドされた属性(およびその型)を考慮して、指定されたリクエスト(場合によってはレスポンスへの参照も保持している可能性があります)の ServletRequestAttributes をビルドします。org.springframework.web.servlet.handler 内の RequestAttributes 使用
RequestAttributes を実装している org.springframework.web.servlet.handler のクラス修飾子と型クラス説明class