|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| PathInfo を使用しているパッケージ | |
|---|---|
| org.seasar.cubby.filter | サーブレットフィルタに関する機能を提供します。 |
| org.seasar.cubby.internal.controller.impl | フレームワーク内部のコントローラに関する機能の実装を提供します。 |
| org.seasar.cubby.plugin | プラグイン機能を提供します。 |
| org.seasar.cubby.routing | URI ルーティング機能を提供します。 |
| org.seasar.cubby.routing.impl | URI ルーティング機能の実装を提供します。 |
| org.seasar.cubby.filter での PathInfo の使用 |
|---|
| PathInfo を返す org.seasar.cubby.filter のメソッド | |
|---|---|
protected PathInfo |
CubbyFilter.findPathInfo(HttpServletRequest request,
HttpServletResponse response,
String path,
List<Pattern> ignorePathPatterns)
PathInfo を検索します。 |
protected PathInfo |
CubbyFilter.invokeRouting(HttpServletRequest request,
HttpServletResponse response,
String path,
PathResolver pathResolver)
指定されたパスに対応するアクションを決定し、 PathInfo を返します。 |
| PathInfo 型のパラメータを持つ org.seasar.cubby.filter のメソッド | |
|---|---|
protected void |
CubbyFilter.processRequest(HttpServletRequest request,
HttpServletResponse response,
PathInfo pathInfo)
指定された PathInfo に対する処理を行います。 |
| org.seasar.cubby.internal.controller.impl での PathInfo の使用 |
|---|
| PathInfo を返す org.seasar.cubby.internal.controller.impl のメソッド | |
|---|---|
PathInfo |
RequestProcessingInvocationImpl.getPathInfo()
パスから取得した情報を取得します。 |
| PathInfo 型のパラメータを持つ org.seasar.cubby.internal.controller.impl のコンストラクタ | |
|---|---|
RequestProcessingInvocationImpl(HttpServletRequest request,
HttpServletResponse response,
PathInfo pathInfo)
インスタンス化します。 |
|
| 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)
指定されたパスとメソッドからフォワードするための情報を抽出します。 |
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||