|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.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 int[] |
pattern
The compiled pattern. |
Constructor Summary | |
---|---|
ActionConfigMatcher.Mapping(int[] pattern,
ActionConfig config)
Contructs a read-only Mapping instance. |
Method Summary | |
---|---|
ActionConfig |
getActionConfig()
Gets the ActionConfig that contains the 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 int[] pattern
private ActionConfig config
Constructor Detail |
---|
public ActionConfigMatcher.Mapping(int[] pattern, ActionConfig config)
pattern
- The compiled patternconfig
- The original ActionConfigMethod Detail |
---|
public int[] getPattern()
public ActionConfig getActionConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |