Package | Description |
---|---|
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
org.glassfish.jersey.server.wadl.config |
Jersey server-side WADL configuration classes.
|
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 |
---|---|
void |
WadlGenerator.setWadlGeneratorDelegate(WadlGenerator delegate)
Sets the delegate that is decorated by this wadl generator.
|
Modifier and Type | Method and Description |
---|---|
WadlGenerator |
WadlGeneratorConfig.createWadlGenerator(InjectionManager injectionManager)
Create a new instance of
WadlGenerator , based on the WadlGeneratorDescription s
provided by WadlGeneratorConfig.configure() . |
Modifier and Type | Method and Description |
---|---|
Class<? extends WadlGenerator> |
WadlGeneratorDescription.getGeneratorClass() |
Modifier and Type | Method and Description |
---|---|
static WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder |
WadlGeneratorConfig.generator(Class<? extends WadlGenerator> generatorClass)
Start to build an instance of
WadlGeneratorConfig : |
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder |
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder.generator(Class<? extends WadlGenerator> generatorClass) |
void |
WadlGeneratorDescription.setGeneratorClass(Class<? extends WadlGenerator> generatorClass) |
Constructor and Description |
---|
WadlGeneratorDescription(Class<? extends WadlGenerator> generatorClass,
Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
WadlGeneratorImpl
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008 |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
WadlApplicationContextImpl.getJAXBContextFromWadlGenerator(WadlGenerator wadlGenerator) |
void |
WadlGeneratorImpl.setWadlGeneratorDelegate(WadlGenerator delegate) |
Constructor and Description |
---|
WadlBuilder(WadlGenerator wadlGenerator,
boolean detailedWadl,
UriInfo uriInfo) |
Modifier and Type | Class and Description |
---|---|
class |
WadlGeneratorApplicationDoc
This
WadlGenerator adds all doc elements provided by ApplicationDocs.getDocs()
to the generated wadl-file. |
class |
WadlGeneratorGrammarsSupport
This
WadlGenerator adds the provided Grammars element to the
generated wadl-file. |
class |
WadlGeneratorJAXBGrammarGenerator
This
WadlGenerator generates a XML Schema content model based on
referenced java beans. |
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorApplicationDoc.setWadlGeneratorDelegate(WadlGenerator delegate) |
void |
WadlGeneratorGrammarsSupport.setWadlGeneratorDelegate(WadlGenerator delegate) |
void |
WadlGeneratorJAXBGrammarGenerator.setWadlGeneratorDelegate(WadlGenerator delegate) |
Constructor and Description |
---|
WadlGeneratorGrammarsSupport(WadlGenerator delegate,
Grammars grammars) |
Modifier and Type | Class and Description |
---|---|
class |
WadlGeneratorResourceDocSupport
A
WadlGenerator implementation that enhances the generated wadl by
information read from a resourcedoc (containing javadoc information about resource
classes). |
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorResourceDocSupport.setWadlGeneratorDelegate(WadlGenerator delegate) |
Constructor and Description |
---|
WadlGeneratorResourceDocSupport(WadlGenerator wadlGenerator,
ResourceDocType resourceDoc) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.