Class SegmentMatcher
- java.lang.Object
-
- org.nuxeo.ecm.webengine.jaxrs.servlet.mapping.SegmentMatcher
-
- Direct Known Subclasses:
ExactSegmentMatcher
,RegexSegmentMatcher
,WildcardSegmentMatcher
public abstract class SegmentMatcher extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static SegmentMatcher
ANY
static SegmentMatcher
ANY_SEGMENT
-
Constructor Summary
Constructors Constructor Description SegmentMatcher()
-
-
-
Field Detail
-
ANY
public static final SegmentMatcher ANY
-
ANY_SEGMENT
public static final SegmentMatcher ANY_SEGMENT
-
-
Method Detail
-
matches
public abstract boolean matches(String segment)
-
-