org.apache.clerezza.triaxrs.util
Class PathSegmentImpl

java.lang.Object
  extended by org.apache.clerezza.triaxrs.util.PathSegmentImpl
All Implemented Interfaces:
javax.ws.rs.core.PathSegment

public final class PathSegmentImpl
extends Object
implements javax.ws.rs.core.PathSegment


Method Summary
 javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
           
 String getPath()
           
static javax.ws.rs.core.PathSegment parse(String string, boolean disableDecoding)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPath

public String getPath()
Specified by:
getPath in interface javax.ws.rs.core.PathSegment

getMatrixParameters

public javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
Specified by:
getMatrixParameters in interface javax.ws.rs.core.PathSegment

toString

public String toString()
Overrides:
toString in class Object

parse

public static javax.ws.rs.core.PathSegment parse(String string,
                                                 boolean disableDecoding)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.