Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.jboss.resteasy.core.interception | |
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 |
---|---|
void |
JacksonJsonpInterceptor.setUri(UriInfo uri)
Deprecated.
Setter used by RESTeasy to provide the
UriInfo . |
void |
Jackson2JsonpInterceptor.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 © 2017 JBoss by Red Hat. All rights reserved.