public class NamespaceMatcher extends AbstractMatcher<NamespaceMatch>
Constructor and Description |
---|
NamespaceMatcher(PatternMatcher<?> patternMatcher,
Set<String> namespaces) |
Modifier and Type | Method and Description |
---|---|
protected NamespaceMatch |
convert(String path,
NamespaceMatch orig,
Map<String,String> vars)
Clones the target object and its children, replacing various
properties with the values of the wildcard-matched strings.
|
addPattern, convertParam, freeze, match, replaceParameters
public NamespaceMatcher(PatternMatcher<?> patternMatcher, Set<String> namespaces)
protected NamespaceMatch convert(String path, NamespaceMatch orig, Map<String,String> vars)
AbstractMatcher
Clones 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 stringsCopyright © 2000–2020 Apache Software Foundation. All rights reserved.