Interface PathSpec

All Superinterfaces:
Comparable<PathSpec>
All Known Implementing Classes:
AbstractPathSpec, RegexPathSpec, ServletPathSpec, UriTemplatePathSpec

public interface PathSpec extends Comparable<PathSpec>
A path specification is a URI path template that can be matched against.

Implementors must override Object.equals(Object) and Object.hashCode().