|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.config.impl.AbstractMatcher<NamespaceMatch>
com.opensymphony.xwork2.config.impl.NamespaceMatcher
public class NamespaceMatcher
Matches namespace strings against a wildcard pattern matcher
| Constructor Summary | |
|---|---|
NamespaceMatcher(PatternMatcher<?> patternMatcher,
java.util.Set<java.lang.String> namespaces)
|
|
| Method Summary | |
|---|---|
protected NamespaceMatch |
convert(java.lang.String path,
NamespaceMatch orig,
java.util.Map<java.lang.String,java.lang.String> vars)
Clones the target object and its children, replacing various properties with the values of the wildcard-matched strings. |
| Methods inherited from class com.opensymphony.xwork2.config.impl.AbstractMatcher |
|---|
addPattern, convertParam, freeze, match, replaceParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamespaceMatcher(PatternMatcher<?> patternMatcher,
java.util.Set<java.lang.String> namespaces)
| Method Detail |
|---|
protected NamespaceMatch convert(java.lang.String path,
NamespaceMatch orig,
java.util.Map<java.lang.String,java.lang.String> vars)
AbstractMatcherClones the target object and its children, replacing various properties with the values of the wildcard-matched strings.
convert in class AbstractMatcher<NamespaceMatch>path - The requested pathorig - The original objectvars - A Map of wildcard-matched strings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||