|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.securityfilter.filter.URLPatternMatcher
URLPatternMatcher - A non-thread safe object to be used to match a request pattern with URLPattern objects.
| Constructor Summary | |
URLPatternMatcher()
Constructor |
|
| Method Summary | |
boolean |
match(String pattern,
String httpMethod,
URLPattern urlPattern)
Test to see if a string pattern and HTTP method matches a URLPattern. |
boolean |
match(String pattern,
URLPattern urlPattern)
Test to see if a string pattern matches a URLPattern. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public URLPatternMatcher()
| Method Detail |
public boolean match(String pattern,
URLPattern urlPattern)
throws Exception
pattern - a String pattern to check for a matchurlPattern - a URLPattern object to match against
Exception
public boolean match(String pattern,
String httpMethod,
URLPattern urlPattern)
throws Exception
pattern - a String pattern to check for a matchhttpMethod - an HTTP pattern to check for a matchurlPattern - a URLPattern object to match against
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||