public class ThreadLocalUriInfo extends AbstractRestThreadLocalProxy<UriInfo>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ThreadLocalUriInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URI | 
getAbsolutePath()  | 
UriBuilder | 
getAbsolutePathBuilder()  | 
java.net.URI | 
getBaseUri()  | 
UriBuilder | 
getBaseUriBuilder()  | 
java.util.List<java.lang.Object> | 
getMatchedResources()  | 
java.util.List<java.lang.String> | 
getMatchedURIs()  | 
java.util.List<java.lang.String> | 
getMatchedURIs(boolean decode)  | 
java.lang.String | 
getPath()  | 
java.lang.String | 
getPath(boolean decode)  | 
<any> | 
getPathParameters()  | 
<any> | 
getPathParameters(boolean decode)  | 
java.util.List<PathSegment> | 
getPathSegments()  | 
java.util.List<PathSegment> | 
getPathSegments(boolean decode)  | 
<any> | 
getQueryParameters()  | 
<any> | 
getQueryParameters(boolean decode)  | 
java.net.URI | 
getRequestUri()  | 
UriBuilder | 
getRequestUriBuilder()  | 
java.net.URI | 
relativize(java.net.URI uri)  | 
java.net.URI | 
resolve(java.net.URI uri)  | 
find, get, remove, setpublic java.net.URI getAbsolutePath()
public UriBuilder getAbsolutePathBuilder()
public java.net.URI getBaseUri()
public UriBuilder getBaseUriBuilder()
public java.lang.String getPath()
public java.lang.String getPath(boolean decode)
public java.util.List<PathSegment> getPathSegments()
public java.util.List<PathSegment> getPathSegments(boolean decode)
public <any> getQueryParameters()
public <any> getQueryParameters(boolean decode)
public java.net.URI getRequestUri()
public UriBuilder getRequestUriBuilder()
public <any> getPathParameters()
public <any> getPathParameters(boolean decode)
public java.util.List<java.lang.Object> getMatchedResources()
public java.net.URI resolve(java.net.URI uri)
public java.net.URI relativize(java.net.URI uri)
public java.util.List<java.lang.String> getMatchedURIs()
public java.util.List<java.lang.String> getMatchedURIs(boolean decode)