|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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 |