インタフェース
org.seasar.cubby.controller.ActionContext の使用

ActionContext を使用しているパッケージ
org.seasar.cubby.action アプリケーション開発者が使用するビューコントローラー部分を提供します。 
org.seasar.cubby.controller.impl Cubbyフレームワークが使用するビューコントローラに関する機能の実装を提供します。 
org.seasar.cubby.filter ServletFilterに関する機能を提供します。 
org.seasar.cubby.interceptor Cubbyフレームワーク内で使用するインターセプターを提供します。 
 

org.seasar.cubby.action での ActionContext の使用
 

ActionContext 型のパラメータを持つ org.seasar.cubby.action のメソッド
 void Redirect.execute(ActionContext context, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 void Json.execute(ActionContext context, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 void Forward.execute(ActionContext context, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 void Direct.execute(ActionContext context, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 void ActionResult.execute(ActionContext context, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 void Forward.prerender(ActionContext context)
          フォワード前の処理を行います。
 void ActionResult.prerender(ActionContext context)
          フォワード直前の処理を実行します。
 

org.seasar.cubby.controller.impl での ActionContext の使用
 

ActionContext を実装している org.seasar.cubby.controller.impl のクラス
 class ActionContextImpl
          アクションメソッドの実行時コンテキストの実装です。
 

ActionContext 型のパラメータを持つ org.seasar.cubby.controller.impl のメソッド
 void ActionProcessorImpl.setActionContext(ActionContext context)
          アクションのコンテキストを設定します。
 

org.seasar.cubby.filter での ActionContext の使用
 

ActionContext 型のパラメータを持つ org.seasar.cubby.filter のコンストラクタ
CubbyHttpServletRequestWrapper(HttpServletRequest request, ActionContext context)
          インスタンス化します。
 

org.seasar.cubby.interceptor での ActionContext の使用
 

ActionContext 型のパラメータを持つ org.seasar.cubby.interceptor のメソッド
 void ValidationInterceptor.setActionContext(ActionContext context)
          アクションメソッド実行時のコンテキストを設定します。
 void InitializeInterceptor.setActionContext(ActionContext context)
          アクションのコンテキストを設定します。
 



Copyright ツゥ 2006-2008 The Seasar Foundation. All Rights Reserved.