Package org.eclipse.jetty.http.pathmap
Class AbstractPathSpec
- java.lang.Object
-
- org.eclipse.jetty.http.pathmap.AbstractPathSpec
-
- Direct Known Subclasses:
RegexPathSpec
,ServletPathSpec
,UriTemplatePathSpec
public abstract class AbstractPathSpec extends java.lang.Object implements PathSpec
-
-
Constructor Summary
Constructors Constructor Description AbstractPathSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PathSpec other)
boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
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
-
-
-
-
Method Detail
-
compareTo
public int compareTo(PathSpec other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<PathSpec>
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-