インタフェース
org.seasar.cubby.routing.PathResolver の使用

PathResolver を使用しているパッケージ
org.seasar.cubby.filter サーブレットフィルタに関する機能を提供します。 
org.seasar.cubby.plugin プラグイン機能を提供します。 
org.seasar.cubby.routing.impl URI ルーティング機能の実装を提供します。 
org.seasar.cubby.spi 置き換え可能な拡張ポイントとなるサービスプロバイダインターフェイス (Service Provider Interface) を提供します。 
 

org.seasar.cubby.filter での PathResolver の使用
 

PathResolver を返す org.seasar.cubby.filter のメソッド
protected  PathResolver CubbyFilter.createPathResolver()
          PathResolver を生成します。
 

PathResolver 型のパラメータを持つ org.seasar.cubby.filter のメソッド
protected  PathInfo CubbyFilter.invokeRouting(HttpServletRequest request, HttpServletResponse response, String path, PathResolver pathResolver)
          指定されたパスに対応するアクションを決定し、 PathInfo を返します。
 

org.seasar.cubby.plugin での PathResolver の使用
 

PathResolver を返す org.seasar.cubby.plugin のメソッド
 PathResolver RoutingInvocation.getPathResolver()
          パスのリゾルバを取得します。
 

org.seasar.cubby.routing.impl での PathResolver の使用
 

PathResolver を実装している org.seasar.cubby.routing.impl のクラス
 class PathResolverImpl
          パスに対応するアクションメソッドを解決するためのクラスの実装です。
 

org.seasar.cubby.spi での PathResolver の使用
 

PathResolver を返す org.seasar.cubby.spi のメソッド
 PathResolver PathResolverProvider.getPathResolver()
          PathResolver を取得します。
 



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