|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UriBuilderException | |
---|---|
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. |
Uses of UriBuilderException in com.sun.jersey.api.uri |
---|
Methods in com.sun.jersey.api.uri that throw UriBuilderException | |
---|---|
URI |
UriBuilderImpl.buildFromEncodedMap(Map<String,? extends Object> values)
|
Uses of UriBuilderException in javax.ws.rs.core |
---|
Methods in javax.ws.rs.core that throw UriBuilderException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |