Uses of Interface
javax.ws.rs.core.PathSegment
Packages that use PathSegment
Package
Description
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of PathSegment in javax.ws.rs.core
Methods in javax.ws.rs.core that return types with arguments of type PathSegmentModifier and TypeMethodDescriptionUriInfo.getPathSegments()
Get the path of the current request relative to the base URI as a list ofPathSegment
.UriInfo.getPathSegments
(boolean decode) Get the path of the current request relative to the base URI as a list ofPathSegment
.