Apache CXF API

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 Object
implements javax.ws.rs.core.PathSegment


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

Constructor Detail

PathSegmentImpl

public PathSegmentImpl(String path)

PathSegmentImpl

public PathSegmentImpl(String path,
                       boolean decode)
Method Detail

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()

toString

public String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF