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

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

public interface ActionInvocation
extends Invocation<ActionResult>

アクションメソッドの実行情報です。

作成者:
baba

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

メソッドの詳細

getRequest

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

戻り値:
要求

getResponse

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

戻り値:
応答

getActionContext

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

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


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