| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
UriInfo |
ContainerRequestContext.getUriInfo()
Get request URI information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UriInfoInjectee
Proxiable wrapper for request scoped
UriInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
UriInfoInjectee.set(UriInfo uriInfo)
Set wrapped instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedUriInfo
Extensions to
UriInfo. |
| Modifier and Type | Class and Description |
|---|---|
class |
UriRoutingContext
Default implementation of the routing context as well as URI information provider.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Response |
WadlResource.geExternalGrammar(UriInfo uriInfo,
String path) |
ApplicationDescription |
WadlApplicationContextImpl.getApplication(UriInfo uriInfo) |
Application |
WadlApplicationContextImpl.getApplication(UriInfo info,
Resource resource) |
Response |
WadlResource.getWadl(UriInfo uriInfo) |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.