Class PathMappings<E>

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

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

Sorted into search order upon entry into the Set