Package | Description |
---|---|
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 |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
WadlGenerator.attachTypes(ApplicationDescription description)
Process the elements in the WADL definition to attach schema types
as required.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDescription |
WadlBuilder.generate(List<Resource> resources)
Generate WADL for a set of resources.
|
ApplicationDescription |
WadlApplicationContextImpl.getApplication(UriInfo uriInfo,
boolean detailedWadl) |
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorImpl.attachTypes(ApplicationDescription egd) |
Application |
WadlBuilder.generate(ApplicationDescription description,
Resource resource)
Generate WADL for a resource.
|
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.