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

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

public interface RoutingInvocation
extends Invocation<PathInfo>

ルーティングの実行情報です。

導入されたバージョン:
2.0.4
作成者:
baba

メソッドの概要
 String getPath()
          パスを取得します。
 PathResolver getPathResolver()
          パスのリゾルバを取得します。
 HttpServletRequest getRequest()
          要求を取得します。
 HttpServletResponse getResponse()
          応答を取得します。
 
インタフェース org.seasar.cubby.plugin.Invocation から継承されたメソッド
proceed
 

メソッドの詳細

getPath

String getPath()
パスを取得します。

戻り値:
パス

getPathResolver

PathResolver getPathResolver()
パスのリゾルバを取得します。

戻り値:
パスのリゾルバ

getRequest

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

戻り値:
要求

getResponse

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

戻り値:
応答


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