org.apache.struts2.util
Class RegexPatternMatcherExpression

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

public class RegexPatternMatcherExpression
extends Object

Holds a compiled expression to match URLs

See Also:
RegexPatternMatcher

Constructor Summary
RegexPatternMatcherExpression(Pattern pattern, Map<Integer,String> params)
           
 
Method Summary
 Map<Integer,String> getParams()
           
 Pattern getPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexPatternMatcherExpression

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

getPattern

public Pattern getPattern()

getParams

public Map<Integer,String> getParams()


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