Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.providers.jackson | |
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 |
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 |
---|---|
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 | Class and Description |
---|---|
class |
ResteasyUriInfo
UriInfo implementation with some added extra methods to help process requests
|
Copyright © 2016. All rights reserved.