|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UriInfo | |
|---|---|
| javax.ws.rs.container | Container-specific JAX-RS API. |
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| org.jboss.resteasy.core.interception | |
| org.jboss.resteasy.keystone.server | |
| org.jboss.resteasy.links.impl | |
| org.jboss.resteasy.plugins.providers.jackson | |
| org.jboss.resteasy.skeleton.key.idm.service | |
| org.jboss.resteasy.skeleton.key.jaxrs | |
| org.jboss.resteasy.specimpl | |
| org.jboss.resteasy.spi | |
| Uses of UriInfo in javax.ws.rs.container |
|---|
| Methods in javax.ws.rs.container that return UriInfo | |
|---|---|
UriInfo |
ContainerRequestContext.getUriInfo()
Get request URI information. |
| Uses of UriInfo in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core with parameters of type UriInfo | |
|---|---|
Link |
Link.Builder.buildRelativized(UriInfo uriInfo,
Object... values)
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the current request URI. |
Link |
Link.Builder.buildResolved(UriInfo uriInfo,
Object... values)
Finish building this link using the supplied values as URI parameters and resolve the result using the base URI of the application as in resolve(java.net.URI). |
| Uses of UriInfo in org.jboss.resteasy.core.interception |
|---|
| Methods in org.jboss.resteasy.core.interception that return UriInfo | |
|---|---|
UriInfo |
PreMatchContainerRequestContext.getUriInfo()
|
| Uses of UriInfo in org.jboss.resteasy.keystone.server |
|---|
| Methods in org.jboss.resteasy.keystone.server with parameters of type UriInfo | |
|---|---|
Response |
RolesService.create(UriInfo uriInfo,
Role role)
|
Response |
UsersService.create(UriInfo uriInfo,
StoredUser user)
|
Response |
RolesService.create(UriInfo uriInfo,
String roleName)
|
| Uses of UriInfo in org.jboss.resteasy.links.impl |
|---|
| Methods in org.jboss.resteasy.links.impl with parameters of type UriInfo | ||
|---|---|---|
static
|
RESTUtils.addDiscovery(T entity,
UriInfo uriInfo,
ResourceMethodRegistry registry)
|
|
static Map<String,? extends Object> |
RESTUtils.derivePathParameters(UriInfo uriInfo)
|
|
| Uses of UriInfo in org.jboss.resteasy.plugins.providers.jackson |
|---|
| Methods in org.jboss.resteasy.plugins.providers.jackson with parameters of type UriInfo | |
|---|---|
void |
JacksonJsonpInterceptor.setUri(UriInfo uri)
Setter used by RESTeasy to provide the UriInfo. |
| Uses of UriInfo in org.jboss.resteasy.skeleton.key.idm.service |
|---|
| Fields in org.jboss.resteasy.skeleton.key.idm.service declared as UriInfo | |
|---|---|
protected UriInfo |
TokenManagement.uriInfo
|
protected UriInfo |
RealmResource.uriInfo
|
protected UriInfo |
RealmFactory.uriInfo
|
| Methods in org.jboss.resteasy.skeleton.key.idm.service with parameters of type UriInfo | |
|---|---|
static PublishedRealmRepresentation |
RealmResource.realmRep(Realm realm,
UriInfo uriInfo)
|
| Uses of UriInfo in org.jboss.resteasy.skeleton.key.jaxrs |
|---|
| Methods in org.jboss.resteasy.skeleton.key.jaxrs with parameters of type UriInfo | |
|---|---|
String |
JaxrsOAuthClient.getBearerToken(UriInfo uriInfo,
HttpHeaders headers)
|
Response |
JaxrsOAuthClient.redirect(UriInfo uriInfo,
String redirectUri)
|
| Uses of UriInfo in org.jboss.resteasy.specimpl |
|---|
| Methods in org.jboss.resteasy.specimpl with parameters of type UriInfo | |
|---|---|
Link |
LinkBuilderImpl.buildRelativized(UriInfo uriInfo,
Object... values)
|
Link |
LinkBuilderImpl.buildResolved(UriInfo uriInfo,
Object... values)
|
| Uses of UriInfo in org.jboss.resteasy.spi |
|---|
| Classes in org.jboss.resteasy.spi that implement UriInfo | |
|---|---|
class |
ResteasyUriInfo
UriInfo implementation with some added extra methods to help process requests |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||