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

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

public interface ActionResult

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

作成者:
agata

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

メソッドの詳細

execute

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

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

prerender

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

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


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.