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 
MatchedResourcefor ROOT and EXACT matches, else null; 
 - 
compareTo
Comparison is based solely on the pathSpec- Specified by:
 compareToin interfaceComparable<E>
 - 
equals
 - 
getKey
 - 
getValue
 - 
setValue
 - 
getPathSpec
 - 
getResource
 - 
hashCode
 - 
toString
 
 -