クラス RequestScope
java.lang.ObjectSE
org.springframework.web.context.request.AbstractRequestAttributesScope
org.springframework.web.context.request.RequestScope
- 実装されているすべてのインターフェース:
Scope
リクエストベースの
Scope 実装。RequestContextListener、RequestContextFilter、DispatcherServlet を介してエクスポートできるスレッドバインド RequestAttributes インスタンスに依存します。
- 導入:
- 2.0
- 作成者:
- Rod Johnson, Juergen Hoeller, Rob Harrop
- 関連事項:
コンストラクターの概要
コンストラクター方法の概要
クラス AbstractRequestAttributesScope から継承されたメソッド
get, registerDestructionCallback, remove, resolveContextualObjectクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース Scope から継承されたメソッド
getConversationId
コンストラクターの詳細
RequestScope
public RequestScope()
メソッドの詳細
getScope
protected int getScope()クラスからコピーされた説明:AbstractRequestAttributesScope実際のターゲットスコープを決定するテンプレートメソッド。- 次で指定:
- クラス
AbstractRequestAttributesScopeのgetScope - 戻り値:
- ターゲットスコープ(適切な
RequestAttributes定数の形式) - 関連事項: