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.server Jetty Server : Core Server APIorg.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 theMatchedPathinstance.PathMappings Path Mappings of PathSpec to Resource.PathSpec A path specification is a URI path template that can be matched against.PathSpecGroup Types of path spec groups.RegexPathSpec UriTemplatePathSpec PathSpec for URI Template based declarations -
Classes in org.eclipse.jetty.http.pathmap used by org.eclipse.jetty.server Class Description PathMappings Path Mappings of PathSpec to Resource. -
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 theMatchedPathinstance.PathMappings Path Mappings of PathSpec to Resource.PathSpec A path specification is a URI path template that can be matched against.