Class PathMappings<E>

java.lang.Object
java.util.AbstractMap<PathSpec,E>
org.eclipse.jetty.http.pathmap.PathMappings<E>
Type Parameters:
E - the type of mapping endpoint
All Implemented Interfaces:
Iterable<MappedResource<E>>, Predicate<String>, Map<PathSpec,E>, Dumpable

@ManagedObject("Path Mappings") public class PathMappings<E> extends AbstractMap<PathSpec,E> implements Iterable<MappedResource<E>>, Dumpable, Predicate<String>
Path Mappings of PathSpec to Resource.

Sorted into search order upon entry into the Set