| Constructor and Description |
|---|
UriInfoInjectee() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAbsolutePath() |
UriBuilder |
getAbsolutePathBuilder() |
URI |
getBaseUri() |
UriBuilder |
getBaseUriBuilder() |
List<Object> |
getMatchedResources() |
List<String> |
getMatchedURIs() |
List<String> |
getMatchedURIs(boolean decode) |
String |
getPath() |
String |
getPath(boolean decode) |
MultivaluedMap<String,String> |
getPathParameters() |
MultivaluedMap<String,String> |
getPathParameters(boolean decode) |
List<PathSegment> |
getPathSegments() |
List<PathSegment> |
getPathSegments(boolean decode) |
MultivaluedMap<String,String> |
getQueryParameters() |
MultivaluedMap<String,String> |
getQueryParameters(boolean decode) |
URI |
getRequestUri() |
UriBuilder |
getRequestUriBuilder() |
URI |
relativize(URI uri) |
URI |
resolve(URI uri) |
void |
set(UriInfo uriInfo)
Set wrapped instance.
|
public void set(UriInfo uriInfo)
uriInfo - actual uri info.public URI getRequestUri()
getRequestUri in interface UriInfopublic List<PathSegment> getPathSegments()
getPathSegments in interface UriInfopublic List<PathSegment> getPathSegments(boolean decode)
getPathSegments in interface UriInfopublic UriBuilder getRequestUriBuilder()
getRequestUriBuilder in interface UriInfopublic URI getAbsolutePath()
getAbsolutePath in interface UriInfopublic UriBuilder getAbsolutePathBuilder()
getAbsolutePathBuilder in interface UriInfopublic URI getBaseUri()
getBaseUri in interface UriInfopublic UriBuilder getBaseUriBuilder()
getBaseUriBuilder in interface UriInfopublic MultivaluedMap<String,String> getPathParameters()
getPathParameters in interface UriInfopublic MultivaluedMap<String,String> getPathParameters(boolean decode)
getPathParameters in interface UriInfopublic MultivaluedMap<String,String> getQueryParameters()
getQueryParameters in interface UriInfopublic MultivaluedMap<String,String> getQueryParameters(boolean decode)
getQueryParameters in interface UriInfopublic List<String> getMatchedURIs()
getMatchedURIs in interface UriInfopublic List<String> getMatchedURIs(boolean decode)
getMatchedURIs in interface UriInfopublic List<Object> getMatchedResources()
getMatchedResources in interface UriInfopublic URI relativize(URI uri)
relativize in interface UriInfoCopyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.