|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping<E>
private static class AbstractMatcher.Mapping<E>
Stores a compiled wildcard pattern and the object it came from.
Field Summary | |
---|---|
private E |
config
The original object. |
private String |
original
The original pattern. |
private Object |
pattern
The compiled pattern. |
Constructor Summary | |
---|---|
AbstractMatcher.Mapping(String original,
Object pattern,
E config)
Contructs a read-only Mapping instance. |
Method Summary | |
---|---|
String |
getOriginalPattern()
Gets the original wildcard pattern. |
Object |
getPattern()
Gets the compiled wildcard pattern. |
E |
getTarget()
Gets the object that contains the 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 Object pattern
The compiled pattern.
private E config
The original object.
Constructor Detail |
---|
public AbstractMatcher.Mapping(String original, Object pattern, E config)
Contructs a read-only Mapping instance.
original
- The original patternpattern
- The compiled patternconfig
- The original objectMethod Detail |
---|
public Object getPattern()
Gets the compiled wildcard pattern.
public E getTarget()
Gets the object that contains the pattern.
public String getOriginalPattern()
Gets the original wildcard pattern.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |