Uses of Package
org.eclipse.jetty.http.pathmap
-
Packages that use org.eclipse.jetty.http.pathmap Package Description org.eclipse.jetty.http.pathmap org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.http.pathmap Class Description AbstractPathSpec MappedResource MatchedPath MatchedResource The match details when usingPathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.PathSpec A path specification is a URI path template that can be matched against.PathSpecGroup Types of path spec groups. -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.servlet Class Description MappedResource MatchedResource The match details when usingPathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance.PathSpec A path specification is a URI path template that can be matched against.