|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.security.access.UrlPatternMatcher
public class UrlPatternMatcher
Field Summary | |
---|---|
List |
compiledPatterns
|
List |
matchers
|
String |
urlPattern
|
Constructor Summary | |
---|---|
UrlPatternMatcher(String urlPattern)
|
Method Summary | |
---|---|
List |
getMatchers()
|
boolean |
isEmpty()
|
static void |
main(String[] args)
|
boolean |
match(String path)
|
boolean |
matchOLD(String path)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String urlPattern
public List matchers
public List compiledPatterns
Constructor Detail |
---|
public UrlPatternMatcher(String urlPattern)
Method Detail |
---|
public boolean isEmpty()
public boolean matchOLD(String path)
public boolean match(String path)
public List getMatchers()
public String toString()
toString
in class Object
public static void main(String[] args)
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |