org.apache.struts2.util
Class RegexPatternMatcherExpression
java.lang.Object
org.apache.struts2.util.RegexPatternMatcherExpression
public class RegexPatternMatcherExpression
- extends Object
Holds a compiled expression to match URLs
- See Also:
RegexPatternMatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexPatternMatcherExpression
public RegexPatternMatcherExpression(Pattern pattern,
Map<Integer,String> params)
getPattern
public Pattern getPattern()
getParams
public Map<Integer,String> getParams()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.