Class RegexPatternMatcherExpression

java.lang.Object
org.apache.struts2.util.RegexPatternMatcherExpression

public class RegexPatternMatcherExpression extends Object
Holds a compiled expression to match URLs
See Also:
  • Constructor Details

    • RegexPatternMatcherExpression

      public RegexPatternMatcherExpression(Pattern pattern, Map<Integer,String> params)
  • Method Details