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(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.
|
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) |
Copyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.