| Package | Description |
|---|---|
| jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
| org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
| 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 |
|---|---|
ApplicationDescription |
WadlApplicationContext.getApplication(UriInfo ui,
boolean detailedWadl)
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,
boolean detailedWadl)
Get a new instance of
Application for a particular resource. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationDescription |
WadlApplicationContextImpl.getApplication(UriInfo uriInfo,
boolean detailedWadl) |
Application |
WadlApplicationContextImpl.getApplication(UriInfo info,
Resource resource,
boolean detailedWadl) |
Response |
WadlResource.getExternalGrammar(UriInfo uriInfo,
String path) |
Response |
WadlResource.getWadl(UriInfo uriInfo) |
static boolean |
WadlUtils.isDetailedWadlRequested(UriInfo uriInfo)
Return
true if generation of full WADL with
extended resources is requested. |
| Constructor and Description |
|---|
WadlBuilder(WadlGenerator wadlGenerator,
boolean detailedWadl,
UriInfo uriInfo) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.