Package org.eclipse.jetty.http.pathmap
package org.eclipse.jetty.http.pathmap
-
ClassDescriptionThe match details when using
PathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.PathMappings<E>Path Mappings of PathSpec to Resource.A path specification is a URI path template that can be matched against.Types of path spec groups.A Set of PathSpec strings.RegexPathSpec is a PathSpec implementation for aPathMappings
instance.PathSpec for URI Template based declarations