org.seasar.cubby.action
インタフェース ActionResult

既知の実装クラスの一覧:
Direct, Forward, Json, Redirect

public interface ActionResult

アクションメソッド実行後の処理を表す結果オブジェクトのインターフェイス

導入されたバージョン:
1.0.0
作成者:
agata

メソッドの概要
 void execute(ActionContext context, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 void prerender(ActionContext context)
          フォワード直前の処理を実行します。
 

メソッドの詳細

execute

void execute(ActionContext context,
             HttpServletRequest request,
             HttpServletResponse response)
             throws Exception
処理を実行します。

パラメータ:
context - アクションコンテキスト
request - リクエスト
response - レスポンス
例外:
Exception

prerender

void prerender(ActionContext context)
フォワード直前の処理を実行します。

パラメータ:
context - アクションコンテキスト


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