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>>, org.eclipse.jetty.util.component.Dumpable

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

Sorted into search order upon entry into the Set

  • Constructor Details

    • PathMappings

      public PathMappings()
  • Method Details