com.opensymphony.xwork2.util
Class NamedVariablePatternMatcher.CompiledPattern

java.lang.Object
  extended by 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.


Field Summary
private  Pattern pattern
           
private  List<String> variableNames
           
 
Constructor Summary
NamedVariablePatternMatcher.CompiledPattern(Pattern pattern, List<String> variableNames)
           
 
Method Summary
 Pattern getPattern()
           
 List<String> getVariableNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

private Pattern pattern

variableNames

private List<String> variableNames
Constructor Detail

NamedVariablePatternMatcher.CompiledPattern

public NamedVariablePatternMatcher.CompiledPattern(Pattern pattern,
                                                   List<String> variableNames)
Method Detail

getPattern

public Pattern getPattern()

getVariableNames

public List<String> getVariableNames()


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.