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.
|
org.glassfish.jersey.server.wadl.internal.generators |
Jersey server-side WADL internal classes supporting
wadl generators . |
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc |
Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators . |
Modifier and Type | Method and Description |
---|---|
ApplicationDescription |
WadlApplicationContext.getApplication(javax.ws.rs.core.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(java.util.List<Resource> resources)
Generate WADL for a set of resources.
|
ApplicationDescription |
WadlApplicationContextImpl.getApplication(javax.ws.rs.core.UriInfo uriInfo,
boolean detailedWadl) |
Modifier and Type | Method and Description |
---|---|
private void |
WadlApplicationContextImpl.attachExternalGrammar(Application application,
ApplicationDescription applicationDescription,
java.net.URI requestURI)
Update the application object to include the generated grammar objects.
|
void |
WadlGeneratorImpl.attachTypes(ApplicationDescription egd) |
Application |
WadlBuilder.generate(ApplicationDescription description,
Resource resource)
Generate WADL for a resource.
|
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorApplicationDoc.attachTypes(ApplicationDescription egd) |
void |
WadlGeneratorGrammarsSupport.attachTypes(ApplicationDescription egd) |
void |
WadlGeneratorJAXBGrammarGenerator.attachTypes(ApplicationDescription introspector) |
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorResourceDocSupport.attachTypes(ApplicationDescription egd) |