Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.servlet.mapping
Class SegmentMatcher

java.lang.Object
  extended by 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
static SegmentMatcher ANY
           
static SegmentMatcher ANY_SEGMENT
           
 
Constructor Summary
SegmentMatcher()
           
 
Method Summary
abstract  boolean matches(String segment)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final SegmentMatcher ANY

ANY_SEGMENT

public static final SegmentMatcher ANY_SEGMENT
Constructor Detail

SegmentMatcher

public SegmentMatcher()
Method Detail

matches

public abstract boolean matches(String segment)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.