org.apache.cxf.jaxrs.impl
Class PathSegmentImpl

java.lang.Object
  extended by 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


Constructor Summary
PathSegmentImpl(java.lang.String path)
           
PathSegmentImpl(java.lang.String path, boolean decode)
           
 
Method Summary
 javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getMatrixParameters()
           
 java.lang.String getOriginalPath()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathSegmentImpl

public PathSegmentImpl(java.lang.String path)

PathSegmentImpl

public PathSegmentImpl(java.lang.String path,
                       boolean decode)
Method Detail

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