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 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()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Apache CXF API

Apache CXF