javax.ws.rs.core
Interface PathSegment


public interface PathSegment


Method Summary
 MultivaluedMap<String,String> getMatrixParameters()
           
 String getPath()
           
 

Method Detail

getMatrixParameters

MultivaluedMap<String,String> getMatrixParameters()

getPath

String getPath()


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