Package | Description |
---|---|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method and Description |
---|---|
List<PathSegment> |
UriInfo.getPathSegments()
Get the path of the current request relative to the base URI as a
list of
PathSegment . |
List<PathSegment> |
UriInfo.getPathSegments(boolean decode)
Get the path of the current request relative to the base URI as a list of
PathSegment . |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.