|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PathSegment
Represents a URI path segment and any associated matrix parameters. When an
instance of this type is injected with PathParam
, the
value of the annotation identifies which path segment is selected.
UriInfo.getPathSegments()
,
PathParam
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 |
---|
java.lang.String getPath()
MultivaluedMap<java.lang.String,java.lang.String> getMatrixParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |