org.apache.cxf.jaxrs.impl
Class PathSegmentImpl
java.lang.Object
org.apache.cxf.jaxrs.impl.PathSegmentImpl
- All Implemented Interfaces:
- javax.ws.rs.core.PathSegment
@Provider
public class PathSegmentImpl
- extends java.lang.Object
- implements javax.ws.rs.core.PathSegment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathSegmentImpl
public PathSegmentImpl(java.lang.String path)
PathSegmentImpl
public PathSegmentImpl(java.lang.String path,
boolean decode)
getMatrixParameters
public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getMatrixParameters()
- Specified by:
getMatrixParameters
in interface javax.ws.rs.core.PathSegment
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interface javax.ws.rs.core.PathSegment
getOriginalPath
public java.lang.String getOriginalPath()
Apache CXF