|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
private class ActionConfigMatcher.Mapping
Stores a compiled wildcard pattern and the ActionConfig it came from.
Field Summary | |
---|---|
private ActionConfig |
config
The original ActionConfig. |
private String |
original
The original pattern. |
private int[] |
pattern
The compiled pattern. |
Constructor Summary | |
---|---|
ActionConfigMatcher.Mapping(String original,
int[] pattern,
ActionConfig config)
Contructs a read-only Mapping instance. |
Method Summary | |
---|---|
ActionConfig |
getActionConfig()
Gets the ActionConfig that contains the pattern. |
String |
getOriginal()
Gets the original wildcard pattern. |
int[] |
getPattern()
Gets the compiled wildcard pattern. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String original
The original pattern.
private int[] pattern
The compiled pattern.
private ActionConfig config
The original ActionConfig.
Constructor Detail |
---|
public ActionConfigMatcher.Mapping(String original, int[] pattern, ActionConfig config)
Contructs a read-only Mapping instance.
original
- The original patternpattern
- The compiled patternconfig
- The original ActionConfigMethod Detail |
---|
public int[] getPattern()
Gets the compiled wildcard pattern.
public ActionConfig getActionConfig()
Gets the ActionConfig that contains the pattern.
public String getOriginal()
Gets the original wildcard pattern.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |