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

すべてのスーパーインタフェース:
Invocation<Void>
既知の実装クラスの一覧:
RequestProcessingInvocationImpl

public interface RequestProcessingInvocation
extends Invocation<Void>

要求処理の実行情報です。

作成者:
baba

メソッドの概要
 PathInfo getPathInfo()
          パスから取得した情報を取得します。
 HttpServletRequest getRequest()
          要求を取得します。
 HttpServletResponse getResponse()
          応答を取得します。
 
インタフェース org.seasar.cubby.plugin.Invocation から継承されたメソッド
proceed
 

メソッドの詳細

getRequest

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

戻り値:
要求

getResponse

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

戻り値:
応答

getPathInfo

PathInfo getPathInfo()
パスから取得した情報を取得します。

戻り値:
パスから取得した情報


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