javax.ws.rs.core
Interface PathSegment


public interface PathSegment

Represents a URI path segment and any associated matrix parameters.

See Also:
UriInfo.getPathSegments()

Method Summary
 MultivaluedMap<java.lang.String,java.lang.String> getMatrixParameters()
          Get a map of the matrix parameters associated with the path segment
 java.lang.String getPath()
          Get the path segment.
 

Method Detail

getPath

java.lang.String getPath()
Get the path segment.

Returns:
the path segment

getMatrixParameters

MultivaluedMap<java.lang.String,java.lang.String> getMatrixParameters()
Get a map of the matrix parameters associated with the path segment

Returns:
the map of matrix parameters