Package | Description |
---|---|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.jboss.resteasy.specimpl |
Modifier and Type | Method and Description |
---|---|
abstract URI |
UriBuilder.build(Object... values)
Build a URI, using the supplied values in order to replace any URI
template parameters.
|
abstract URI |
UriBuilder.buildFromEncoded(Object... values)
Build a URI.
|
abstract URI |
UriBuilder.buildFromEncodedMap(Map<String,? extends Object> values)
Build a URI, any URI template parameters will be replaced by the value in
the supplied map.
|
abstract URI |
UriBuilder.buildFromMap(Map<String,? extends Object> values)
Build a URI, any URI template parameters will be replaced by the value in
the supplied map.
|
Modifier and Type | Method and Description |
---|---|
URI |
UriBuilderImpl.build(Object... values) |
URI |
UriBuilderImpl.buildFromEncoded(Object... values) |
URI |
UriBuilderImpl.buildFromEncodedMap(Map<String,? extends Object> values) |
URI |
UriBuilderImpl.buildFromMap(Map<String,? extends Object> values) |
URI |
UriBuilderImpl.buildFromMap(Map<String,? extends Object> paramMap,
boolean fromEncodedMap) |
Copyright © 2013. All Rights Reserved.