com.opensymphony.xwork2.config.impl
Class NamespaceMatch
java.lang.Object
com.opensymphony.xwork2.config.impl.NamespaceMatch
public class NamespaceMatch
- extends Object
Represents a match from a namespace pattern matching.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pattern
private String pattern
variables
private Map<String,String> variables
NamespaceMatch
public NamespaceMatch(String pattern,
Map<String,String> variables)
getPattern
public String getPattern()
- Returns:
- The pattern that was matched
getVariables
public Map<String,String> getVariables()
- Returns:
- The variables containing the matched values
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.