| Package | Description |
|---|---|
| javax.ws.rs.container |
Container-specific JAX-RS API.
|
| org.glassfish.jersey.server |
Jersey server-side 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 | Interface and Description |
|---|---|
interface |
ExtendedUriInfo
Extensions to
UriInfo. |
| Modifier and Type | Method and Description |
|---|---|
UriInfo |
ContainerRequest.getUriInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRequest.setUriInfo(UriInfo uriInfo)
Set the request scoped
UriInfo instance. |
| 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-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.