|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.config.ActionConfigMatcher.Mapping
Stores a compiled wildcard pattern and the ActionConfig it came from.
| フィールドの概要 | |
private ActionConfig |
config
The original ActionConfig. |
private int[] |
pattern
The compiled pattern. |
| コンストラクタの概要 | |
ActionConfigMatcher.Mapping(int[] pattern,
ActionConfig config)
Contructs a read-only Mapping instance. |
|
| メソッドの概要 | |
ActionConfig |
getActionConfig()
Gets the ActionConfig that contains the pattern. |
int[] |
getPattern()
Gets the compiled wildcard pattern. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
private int[] pattern
private ActionConfig config
| コンストラクタの詳細 |
public ActionConfigMatcher.Mapping(int[] pattern,
ActionConfig config)
pattern - The compiled patternconfig - The original ActionConfig| メソッドの詳細 |
public int[] getPattern()
public ActionConfig getActionConfig()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||