Uses of Class
org.eclipse.jetty.http.pathmap.MatchedResource
Packages that use MatchedResource
-
Uses of MatchedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return MatchedResourceModifier and TypeMethodDescriptionPathMappings.getMatched(String path) Find the best single match for a path.MappedResource.getPreMatched()static <E> MatchedResource<E> MatchedResource.of(Map.Entry<PathSpec, E> mapping, MatchedPath matchedPath) Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type MatchedResourceModifier and TypeMethodDescriptionPathMappings.getMatchedList(String path) Return a list of MatchedResource matches for the specified path.