|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UriInfo | |
|---|---|
| javax.ws.rs.container | Container-specific JAX-RS API. |
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| org.glassfish.jersey.internal.inject | Common Jersey internal injection utility classes. |
| org.glassfish.jersey.message.internal | Common Jersey internal messaging classes. |
| org.glassfish.jersey.server | Jersey server-side classes. |
| org.glassfish.jersey.server.internal.routing | Jersey server-side internal resource routing classes. |
| org.glassfish.jersey.server.wadl | |
| org.glassfish.jersey.server.wadl.internal | |
| 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 javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core with parameters of type UriInfo | |
|---|---|
Link |
Link.Builder.buildRelativized(UriInfo uriInfo,
Object... values)
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the current request URI. |
Link |
Link.Builder.buildResolved(UriInfo uriInfo,
Object... values)
Finish building this link using the supplied values as URI parameters and resolve the result using the base URI of the application as in resolve(java.net.URI). |
| Uses of UriInfo in org.glassfish.jersey.internal.inject |
|---|
| Classes in org.glassfish.jersey.internal.inject that implement UriInfo | |
|---|---|
class |
UriInfoInjectee
Proxiable wrapper for request scoped UriInfo instance. |
| Methods in org.glassfish.jersey.internal.inject with parameters of type UriInfo | |
|---|---|
void |
UriInfoInjectee.set(UriInfo uriInfo)
Set wrapped instance. |
| Uses of UriInfo in org.glassfish.jersey.message.internal |
|---|
| Methods in org.glassfish.jersey.message.internal with parameters of type UriInfo | |
|---|---|
JerseyLink |
JerseyLink.Builder.buildRelativized(UriInfo uriInfo,
Object... values)
|
JerseyLink |
JerseyLink.Builder.buildResolved(UriInfo uriInfo,
Object... values)
|
| Uses of UriInfo in org.glassfish.jersey.server |
|---|
| Subinterfaces of UriInfo in org.glassfish.jersey.server | |
|---|---|
interface |
ExtendedUriInfo
Extensions to UriInfo. |
| Methods in org.glassfish.jersey.server that return UriInfo | |
|---|---|
UriInfo |
ContainerRequest.getUriInfo()
|
| Methods in org.glassfish.jersey.server with parameters of type UriInfo | |
|---|---|
void |
ContainerRequest.setUriInfo(UriInfo uriInfo)
Set the request scoped UriInfo instance. |
| Uses of UriInfo in org.glassfish.jersey.server.internal.routing |
|---|
| Classes in org.glassfish.jersey.server.internal.routing that implement UriInfo | |
|---|---|
class |
UriRoutingContext
Default implementation of the routing context as well as URI information provider. |
| Uses of UriInfo in org.glassfish.jersey.server.wadl |
|---|
| Methods in org.glassfish.jersey.server.wadl with parameters of type UriInfo | |
|---|---|
ApplicationDescription |
WadlApplicationContext.getApplication(UriInfo ui)
Get a new instance of a ApplicationDescription corresponding to all
the root resource classes, and configure the base URI. |
Application |
WadlApplicationContext.getApplication(UriInfo info,
Resource resource)
Get a new instance of Application for a particular resource |
| Uses of UriInfo in org.glassfish.jersey.server.wadl.internal |
|---|
| Methods in org.glassfish.jersey.server.wadl.internal with parameters of type UriInfo | |
|---|---|
Response |
WadlResource.geExternalGrammar(UriInfo uriInfo,
String path)
|
ApplicationDescription |
WadlApplicationContextImpl.getApplication(UriInfo uriInfo)
|
Application |
WadlApplicationContextImpl.getApplication(UriInfo info,
Resource resource)
|
Response |
WadlResource.getWadl(UriInfo uriInfo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||