public final class PathSegmentImpl extends Object implements javax.ws.rs.core.PathSegment
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.PathSegment |
fromString(String pathSegment,
boolean decode)
Create instance of PathSegment from given string.
|
javax.ws.rs.core.MultivaluedMap<String,String> |
getMatrixParameters() |
String |
getPath() |
public static javax.ws.rs.core.PathSegment fromString(String pathSegment, boolean decode)
pathSegment - string which represents PathSegmentdecode - true if character must be decoded false otherwisepublic javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
getMatrixParameters in interface javax.ws.rs.core.PathSegmentpublic String getPath()
getPath in interface javax.ws.rs.core.PathSegmentCopyright © 2015. All rights reserved.