|
|||||||||
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 and the
presence of an Encoded
annotation will result in an
instance that supplies the path and matrix parameter values in
URI encoded form.
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 |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41