public interface PathSegment
PathParam
, the
value of the annotation identifies which path segment is selected and the
presence of an Encoded
annotation will result in an
instance that supplies the path and matrix parameter values in
URI encoded form.UriInfo.getPathSegments()
,
PathParam
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
getMatrixParameters()
Get a map of the matrix parameters associated with the path segment.
|
String |
getPath()
Get the path segment.
|
String getPath()
MultivaluedMap<String,String> getMatrixParameters()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.