public class PathSegmentImpl extends Object implements javax.ws.rs.core.PathSegment
| Constructor and Description | 
|---|
PathSegmentImpl(String path)  | 
PathSegmentImpl(String path,
               boolean decode)  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.MultivaluedMap<String,String> | 
getMatrixParameters()  | 
String | 
getMatrixString()  | 
String | 
getOriginalPath()  | 
String | 
getPath()  | 
String | 
toString()  | 
public PathSegmentImpl(String path)
public PathSegmentImpl(String path, boolean decode)
public 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.PathSegmentpublic String getOriginalPath()
public String getMatrixString()
Apache CXF