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.


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
 

Constructor Detail

NamedVariablePatternMatcher.CompiledPattern

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

getPattern

public Pattern getPattern()

getVariableNames

public List<String> getVariableNames()


Copyright © 2009 OpenSymphony. All Rights Reserved.