クラス
jp.terasoluna.fw.web.rich.context.RequestContext の使用

RequestContext を使用しているパッケージ
jp.terasoluna.fw.web.rich.context   
jp.terasoluna.fw.web.rich.context.support   
 

jp.terasoluna.fw.web.rich.context での RequestContext の使用
 

RequestContext 型の型パラメータを持つ jp.terasoluna.fw.web.rich.context のフィールド
private static java.lang.ThreadLocal<RequestContext> RequestContextManager.resources
          スレッド単位でコンテキストを管理するThreadLocal。
 

RequestContext を返す jp.terasoluna.fw.web.rich.context のメソッド
static RequestContext RequestContextManager.getRequestContext()
          実行スレッドに対応する制御情報を取得する。
 

RequestContext 型のパラメータを持つ jp.terasoluna.fw.web.rich.context のメソッド
static void RequestContextManager.bindRequestContext(RequestContext ctx)
          実行スレッドに対応する制御情報を登録する。
 

jp.terasoluna.fw.web.rich.context.support での RequestContext の使用
 

RequestContext を返す jp.terasoluna.fw.web.rich.context.support のメソッド
protected abstract  RequestContext AbstractRequestContextSupport.doGenerateContext(javax.servlet.http.HttpServletRequest request)
          制御情報を生成・初期化して返却する。
protected  RequestContext DefaultRequestContextSupportImpl.doGenerateContext(javax.servlet.http.HttpServletRequest request)
          制御情報を生成・初期化して返却する。
protected  RequestContext AbstractRequestContextSupport.getRequestContext()
          制御情報をマネージャより取得する。