Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.example.pubsub | |
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.spi |
Modifier and Type | Method and Description |
---|---|
UriInfo |
ContainerRequestContext.getUriInfo()
Get request URI information.
|
Modifier and Type | Method and Description |
---|---|
UriInfo |
PreMatchContainerRequestContext.getUriInfo() |
Modifier and Type | Method and Description |
---|---|
Response |
SubscriptionResource.create(UriInfo uriInfo,
String name) |
Modifier and Type | Method and Description |
---|---|
Response |
RolesService.create(UriInfo uriInfo,
Role role) |
Response |
UsersService.create(UriInfo uriInfo,
StoredUser user) |
Response |
RolesService.create(UriInfo uriInfo,
String roleName) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
RESTUtils.addDiscovery(T entity,
UriInfo uriInfo,
ResourceMethodRegistry registry) |
static Map<String,? extends Object> |
RESTUtils.derivePathParameters(UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
Jackson2JsonpInterceptor.setUri(UriInfo uri)
Setter used by RESTeasy to provide the
UriInfo . |
void |
JacksonJsonpInterceptor.setUri(UriInfo uri)
Setter used by RESTeasy to provide the
UriInfo . |
Modifier and Type | Field and Description |
---|---|
protected UriInfo |
TokenManagement.uriInfo |
protected UriInfo |
RealmResource.uriInfo |
protected UriInfo |
RealmFactory.uriInfo |
Modifier and Type | Method and Description |
---|---|
static PublishedRealmRepresentation |
RealmResource.realmRep(Realm realm,
UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
String |
JaxrsOAuthClient.getBearerToken(UriInfo uriInfo,
HttpHeaders headers) |
Response |
JaxrsOAuthClient.redirect(UriInfo uriInfo,
String redirectUri) |
Modifier and Type | Class and Description |
---|---|
class |
ResteasyUriInfo
UriInfo implementation with some added extra methods to help process requests
|
Copyright © 2014. All Rights Reserved.