Package | Description |
---|---|
javax.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.
|
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 |
---|---|
org.glassfish.jersey.server.wadl.internal.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. |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.