public interface PathSegment
javax.ws.rs.PathParam, the
 value of the annotation identifies which path segment is selected and the
 presence of an javax.ws.rs.Encoded annotation will result in an
 instance that supplies the path and matrix parameter values in
 URI encoded form.| Modifier and Type | Method and Description | 
|---|---|
| MultivaluedMap<java.lang.String,java.lang.String> | getMatrixParameters()Get a map of the matrix parameters associated with the path segment. | 
| java.lang.String | getPath()Get the path segment. | 
java.lang.String getPath()
MultivaluedMap<java.lang.String,java.lang.String> getMatrixParameters()
Copyright © 2012–2025 Oracle Corporation. All rights reserved.