org.apache.cxf.jaxrs.impl
Class PathSegmentImpl
java.lang.Object
org.apache.cxf.jaxrs.impl.PathSegmentImpl
- All Implemented Interfaces:
- javax.ws.rs.core.PathSegment
public class PathSegmentImpl
- extends Object
- implements javax.ws.rs.core.PathSegment
PathSegmentImpl
public PathSegmentImpl(String path)
PathSegmentImpl
public PathSegmentImpl(String path,
boolean decode)
getMatrixParameters
public javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
- Specified by:
getMatrixParameters
in interface javax.ws.rs.core.PathSegment
getPath
public String getPath()
- Specified by:
getPath
in interface javax.ws.rs.core.PathSegment
getOriginalPath
public String getOriginalPath()
getMatrixString
public String getMatrixString()
toString
public String toString()
- Overrides:
toString
in class Object
Apache CXF