Package | Description |
---|---|
com.sun.jersey.api.uri |
Provides support for JAX-RS URI templates and encoding/decoding URI components.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method and Description |
---|---|
java.net.URI |
UriBuilderImpl.buildFromEncodedMap(java.util.Map<java.lang.String,? extends java.lang.Object> values) |
Modifier and Type | Method and Description |
---|---|
abstract java.net.URI |
UriBuilder.build(java.lang.Object... values)
Build a URI, using the supplied values in order to replace any URI
template parameters.
|
abstract java.net.URI |
UriBuilder.buildFromEncoded(java.lang.Object... values)
Build a URI.
|
abstract java.net.URI |
UriBuilder.buildFromEncodedMap(java.util.Map<java.lang.String,? extends java.lang.Object> values)
Build a URI, any URI template parameters will be replaced by the value in
the supplied map.
|
abstract java.net.URI |
UriBuilder.buildFromMap(java.util.Map<java.lang.String,? extends java.lang.Object> values)
Build a URI, any URI template parameters will be replaced by the value in
the supplied map.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.