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

PathInfo を使用しているパッケージ
org.seasar.cubby.internal.controller フレームワーク内部のコントローラに関する機能を提供します。 
org.seasar.cubby.internal.controller.impl フレームワーク内部のコントローラに関する機能の実装を提供します。 
org.seasar.cubby.internal.routing フレームワーク内部の URI ルーティング機能を提供します。 
org.seasar.cubby.internal.routing.impl フレームワーク内部の URI ルーティング機能の実装を提供します。 
org.seasar.cubby.plugin プラグイン機能を提供します。 
org.seasar.cubby.routing URI ルーティング機能を提供します。 
org.seasar.cubby.routing.impl URI ルーティング機能の実装を提供します。 
 

org.seasar.cubby.internal.controller での PathInfo の使用
 

PathInfo 型のパラメータを持つ org.seasar.cubby.internal.controller のメソッド
 void RequestProcessor.process(HttpServletRequest request, HttpServletResponse response, PathInfo pathInfo)
          指定された PathInfo に対する処理を行います。
 

org.seasar.cubby.internal.controller.impl での PathInfo の使用
 

PathInfo 型のパラメータを持つ org.seasar.cubby.internal.controller.impl のメソッド
 void RequestProcessorImpl.process(HttpServletRequest request, HttpServletResponse response, PathInfo pathInfo)
          指定された PathInfo に対する処理を行います。
 

org.seasar.cubby.internal.routing での PathInfo の使用
 

PathInfo を返す org.seasar.cubby.internal.routing のメソッド
 PathInfo Router.routing(HttpServletRequest request, HttpServletResponse response)
          対象外パターンを指定せずにルーティング処理を行い、内部フォワード情報を返します。
 PathInfo Router.routing(HttpServletRequest request, HttpServletResponse response, List<Pattern> ignorePathPatterns)
          要求のルーティング処理を行い、内部フォワード情報を返します。
 

org.seasar.cubby.internal.routing.impl での PathInfo の使用
 

PathInfo を返す org.seasar.cubby.internal.routing.impl のメソッド
 PathInfo RouterImpl.routing(HttpServletRequest request, HttpServletResponse response)
          対象外パターンを指定せずにルーティング処理を行い、内部フォワード情報を返します。
 PathInfo RouterImpl.routing(HttpServletRequest request, HttpServletResponse response, List<Pattern> ignorePathPatterns)
          要求のルーティング処理を行い、内部フォワード情報を返します。
 

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

PathInfo を返す org.seasar.cubby.plugin のメソッド
 PathInfo RequestProcessingInvocation.getPathInfo()
          パスから取得した情報を取得します。
 PathInfo Plugin.invokeRouting(RoutingInvocation invocation)
          ルーティングを実行して要求されたパスの情報を取得します。
 PathInfo AbstractPlugin.invokeRouting(RoutingInvocation invocation)
          ルーティングを実行して要求されたパスの情報を取得します。
 

org.seasar.cubby.routing での PathInfo の使用
 

PathInfo を返す org.seasar.cubby.routing のメソッド
 PathInfo PathResolver.getPathInfo(String path, String requestMethod, String characterEncoding)
          指定されたパスとメソッドからフォワードするための情報を抽出します。
 

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

PathInfo を返す org.seasar.cubby.routing.impl のメソッド
 PathInfo PathResolverImpl.getPathInfo(String path, String requestMethod, String characterEncoding)
          指定されたパスとメソッドからフォワードするための情報を抽出します。
 



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