|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Routing
ルーティング。
| メソッドの概要 | |
|---|---|
Class<?> |
getActionClass()
アクションクラスを取得します。 |
Method |
getActionMethod()
アクションメソッドを取得します。 |
String |
getActionPath()
アクションのパスを取得します。 |
String |
getOnSubmit()
このルーティングを使用することを判断するためのパラメータ名を取得します。 |
Pattern |
getPattern()
正規表現パターンを取得します。 |
int |
getPriority()
プライオリティを取得します。 |
RequestMethod |
getRequestMethod()
要求メソッドを取得します。 |
List<String> |
getUriParameterNames()
URI パラメータ名を取得します。 |
boolean |
isAcceptable(String requestMethod)
指定された要求メソッドがこのルーティングの対象かどうかを示します。 |
| メソッドの詳細 |
|---|
Class<?> getActionClass()
Method getActionMethod()
String getActionPath()
List<String> getUriParameterNames()
Pattern getPattern()
RequestMethod getRequestMethod()
String getOnSubmit()
int getPriority()
boolean isAcceptable(String requestMethod)
requestMethod - 要求メソッド
true、そうでない場合は false
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||