public class PathSegmentImpl extends Object implements javax.ws.rs.core.PathSegment
PathSegment
.Constructor and Description |
---|
PathSegmentImpl(String segment) |
Modifier and Type | Method and Description |
---|---|
String |
getEncodedPathWithParameters() |
javax.ws.rs.core.MultivaluedMap<String,String> |
getMatrixParameters()
Get a map of the matrix parameters associated with the path segment.
|
String |
getPath()
Get the path segment.
|
String |
toString() |
public PathSegmentImpl(String segment)
public String getPath()
javax.ws.rs.core.PathSegment
getPath
in interface javax.ws.rs.core.PathSegment
public javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
javax.ws.rs.core.PathSegment
getMatrixParameters
in interface javax.ws.rs.core.PathSegment
public String getEncodedPathWithParameters()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.