Package org.eclipse.jetty.http.pathmap
Class AbstractPathSpec
java.lang.Object
org.eclipse.jetty.http.pathmap.AbstractPathSpec
- All Implemented Interfaces:
Comparable<PathSpec>
,PathSpec
- Direct Known Subclasses:
RegexPathSpec
,ServletPathSpec
,UriTemplatePathSpec
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.http.pathmap.PathSpec
getDeclaration, getGroup, getPathDepth, getPathInfo, getPathMatch, getPrefix, getSpecLength, getSuffix, matched, matches
-
Constructor Details
-
AbstractPathSpec
public AbstractPathSpec()
-
-
Method Details