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

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

public interface ActionResult

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

作成者:
agata

メソッドの概要
 void execute(ActionContext actionContext, HttpServletRequest request, HttpServletResponse response)
          処理を実行します。
 

メソッドの詳細

execute

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

パラメータ:
actionContext - アクションコンテキスト
request - 要求
response - 応答
例外:
Exception


Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.