public class UrlPatternMatcher
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
static void
boolean
boolean
-
Field Details
-
-
-
compiledPatterns
public List compiledPatterns
-
Constructor Details
-
UrlPatternMatcher
public UrlPatternMatcher(String urlPattern)
-
Method Details
-
isEmpty
public boolean isEmpty()
-
matchOLD
public boolean matchOLD(String path)
-
match
public boolean match(String path)
-
getMatchers
public List getMatchers()
-
-
main
public static void main(String[] args)