|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UriInfo | |
---|---|
javax.ws.rs.container | Container-specific JAX-RS API. |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.links.impl | |
org.jboss.resteasy.plugins.providers.jackson | |
org.jboss.resteasy.skeleton.key.server | |
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 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.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.server |
---|
Methods in org.jboss.resteasy.skeleton.key.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.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 |