|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtendedUriInfo
Extentions to UriInfo
.
Method Summary | |
---|---|
java.util.List<UriTemplate> |
getAncestorTemplates()
Get a read-only list of UriTemplate for ancestor resources. |
javax.ws.rs.core.PathSegment |
getPathSegment(java.lang.String templateVariable)
Get a path segment that contains a template variable. |
javax.ws.rs.core.PathSegment |
getPathSegment(java.lang.String name,
boolean decode)
Get a path segment that contains a template variable. |
Methods inherited from interface javax.ws.rs.core.UriInfo |
---|
getAbsolutePath, getAbsolutePathBuilder, getAncestorResources, getAncestorResourceURIs, getAncestorResourceURIs, getBaseUri, getBaseUriBuilder, getPath, getPath, getPathExtension, getPathParameters, getPathParameters, getPathSegments, getPathSegments, getPlatonicRequestUriBuilder, getQueryParameters, getQueryParameters, getRequestUri, getRequestUriBuilder |
Method Detail |
---|
java.util.List<UriTemplate> getAncestorTemplates()
UriTemplate
for ancestor resources.
Each entry is a URI template that is the value of the
Path
that is a partial path that matched a resource
class, a sub-resource method or a sub-resource locator.
Entries are ordered in reverse request URI matching order, with the
root resource URI last.
javax.ws.rs.core.PathSegment getPathSegment(java.lang.String templateVariable)
getPathSegment(true)
.
templateVariable
-
javax.ws.rs.core.PathSegment getPathSegment(java.lang.String name, boolean decode)
name
- the template variable namedecode
- controls whether sequences of escaped octets are decoded
(true) or not (false).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |