Uses of Class
org.eclipse.jetty.http.pathmap.MappedResource
-
Packages that use MappedResource Package Description org.eclipse.jetty.http.pathmap -
-
Uses of MappedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return MappedResource Modifier and Type Method Description MappedResource<E>PathMappings. getMatch(String path)Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type MappedResource Modifier and Type Method Description List<MappedResource<E>>PathMappings. getMappings()List<MappedResource<E>>PathMappings. getMatches(String path)Return a list of MappedResource matches for the specified path.Iterator<MappedResource<E>>PathMappings. iterator()Methods in org.eclipse.jetty.http.pathmap with parameters of type MappedResource Modifier and Type Method Description intMappedResource. compareTo(MappedResource<E> other)Comparison is based solely on the pathSpecMethod parameters in org.eclipse.jetty.http.pathmap with type arguments of type MappedResource Modifier and Type Method Description voidPathMappings. removeIf(Predicate<MappedResource<E>> predicate)
-