インタフェース
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 and the others. All rights reserved.. All Rights Reserved.