Uses of Package
org.eclipse.jetty.http.pathmap
Packages that use org.eclipse.jetty.http.pathmap
Package
Description
Jetty Server : Core Server API
Jetty Server : Modular Servlet Integration
-
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.http.pathmapClassDescriptionThe 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.Path Mappings of PathSpec to Resource.A path specification is a URI path template that can be matched against.Types of path spec groups.PathSpec for URI Template based declarations -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.server
-
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.servletClassDescriptionThe 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.Path Mappings of PathSpec to Resource.A path specification is a URI path template that can be matched against.