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>>
@ManagedObject("Mapped Resource")
public class MappedResource<E>
extends Object
implements Comparable<MappedResource<E>>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(MappedResource<E> other) Comparison is based solely on the pathSpecbooleaninthashCode()toString()
- 
Constructor Details- 
MappedResource
 
- 
- 
Method Details- 
getPreMatched- Returns:
- A pre match MatchedResourcefor ROOT and EXACT matches, else null;
 
- 
compareToComparison is based solely on the pathSpec- Specified by:
- compareToin interface- Comparable<E>
 
- 
equals
- 
getPathSpec
- 
getResource
- 
hashCodepublic int hashCode()
- 
toString
 
-