Package 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
-
-
Constructor Summary
Constructors Constructor Description PathSegmentImpl(String path)PathSegmentImpl(String path, boolean decode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.MultivaluedMap<String,String>getMatrixParameters()StringgetMatrixString()StringgetOriginalPath()StringgetPath()StringtoString()
-
-
-
Method Detail
-
getMatrixParameters
public javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
- Specified by:
getMatrixParametersin interfacejavax.ws.rs.core.PathSegment
-
getPath
public String getPath()
- Specified by:
getPathin interfacejavax.ws.rs.core.PathSegment
-
getOriginalPath
public String getOriginalPath()
-
getMatrixString
public String getMatrixString()
-
-