Class NamedVariablePatternMatcher.CompiledPattern

java.lang.Object
org.apache.struts2.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 Details

    • CompiledPattern

      public CompiledPattern(Pattern pattern, List<String> variableNames)
  • Method Details

    • getPattern

      public Pattern getPattern()
    • getVariableNames

      public List<String> getVariableNames()