Package org.nuxeo.ecm.webengine.util
Class PathMatcher
java.lang.Object
org.nuxeo.ecm.webengine.util.PathMatcher
- Direct Known Subclasses:
 PathMatcher.PrefixMatcher,PathMatcher.RegexMatcher
- Author:
 - Bogdan Stefanescu
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic PathMatcherstatic PathMatchergetPrefixMatcher(String prefix) static PathMatchergetRegexMatcher(String regex) boolean 
- 
Constructor Details
- 
PathMatcher
protected PathMatcher() 
 - 
 - 
Method Details
- 
getRegexMatcher
 - 
getPrefixMatcher
 - 
getAllMatcher
 - 
match
 
 -