org.seasar.cubby.plugin
インタフェース ActionResultInvocation

すべてのスーパーインタフェース:
Invocation<Void>

public interface ActionResultInvocation
extends Invocation<Void>

アクションの実行結果の実行情報です。

作成者:
baba

メソッドの概要
 ActionContext getActionContext()
          アクションのコンテキストを取得します。
 ActionResult getActionResult()
          アクションの実行結果を取得します。
 HttpServletRequest getRequest()
          要求を取得します。
 HttpServletResponse getResponse()
          応答を取得します。
 
インタフェース org.seasar.cubby.plugin.Invocation から継承されたメソッド
proceed
 

メソッドの詳細

getRequest

HttpServletRequest getRequest()
要求を取得します。

戻り値:
要求

getResponse

HttpServletResponse getResponse()
応答を取得します。

戻り値:
応答

getActionContext

ActionContext getActionContext()
アクションのコンテキストを取得します。

戻り値:
アクションのコンテキスト

getActionResult

ActionResult getActionResult()
アクションの実行結果を取得します。

戻り値:
アクションの実行結果


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