|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UriInfo | |
|---|---|
| javax.ws.rs.container | Container-specific JAX-RS API. |
| org.glassfish.jersey.internal.inject | Common Jersey internal injection utility 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 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.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 | |||||||||