public class DefaultContextPathMatcher extends Object implements ContextPathMatcher
ContextPathMatcher which supports the matchOnUriPrefix option.| Constructor and Description |
|---|
DefaultContextPathMatcher(String path,
boolean matchOnUriPrefix) |
public DefaultContextPathMatcher(String path, boolean matchOnUriPrefix)
public boolean matches(String target)
ContextPathMatchermatches in interface ContextPathMatchertarget - the context-path from the incoming HTTP requestApache Camel