com.opensymphony.xwork2.config.impl
Class NamespaceMatcher
java.lang.Object
com.opensymphony.xwork2.config.impl.AbstractMatcher<NamespaceMatch>
com.opensymphony.xwork2.config.impl.NamespaceMatcher
- All Implemented Interfaces:
- Serializable
public class NamespaceMatcher
- extends AbstractMatcher<NamespaceMatch>
Matches namespace strings against a wildcard pattern matcher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespaceMatcher
public NamespaceMatcher(PatternMatcher<?> patternMatcher,
Set<String> namespaces)
convert
protected NamespaceMatch convert(String path,
NamespaceMatch orig,
Map vars)
- Description copied from class:
AbstractMatcher
Clones the target object and its children, replacing various
properties with the values of the wildcard-matched strings.
- Specified by:
convert
in class AbstractMatcher<NamespaceMatch>
- Parameters:
path
- The requested pathorig
- The original objectvars
- A Map of wildcard-matched strings
- Returns:
- A cloned object with appropriate properties replaced with
wildcard-matched values
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.