Package org.eclipse.jetty.http.pathmap
Class MappedResource<E>
java.lang.Object
org.eclipse.jetty.http.pathmap.MappedResource<E>
- All Implemented Interfaces:
Comparable<MappedResource<E>>
,Map.Entry<PathSpec,
E>
@ManagedObject("Mapped Resource")
public class MappedResource<E>
extends Object
implements Comparable<MappedResource<E>>, Map.Entry<PathSpec,E>
-
Constructor Details
-
MappedResource
-
-
Method Details
-
getPreMatched
- Returns:
- A pre match
MatchedResource
for ROOT and EXACT matches, else null;
-
compareTo
Comparison is based solely on the pathSpec- Specified by:
compareTo
in interfaceComparable<E>
-
equals
-
getKey
-
getValue
-
setValue
-
getPathSpec
-
getResource
-
hashCode
public int hashCode() -
toString
-