com.opensymphony.xwork2.util
Class NamedVariablePatternMatcher.CompiledPattern
java.lang.Object
com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
- Enclosing class:
- NamedVariablePatternMatcher
public static class NamedVariablePatternMatcher.CompiledPattern
- extends Object
Stores the compiled pattern and the variable names matches will correspond to.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pattern
private Pattern pattern
variableNames
private List<String> variableNames
NamedVariablePatternMatcher.CompiledPattern
public NamedVariablePatternMatcher.CompiledPattern(Pattern pattern,
List<String> variableNames)
getPattern
public Pattern getPattern()
getVariableNames
public List<String> getVariableNames()
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.