| Package | Description |
|---|---|
| com.sun.jersey.api.wadl.config |
Provides support for configuring WADL generation.
|
| com.sun.jersey.server.impl.wadl | |
| com.sun.jersey.server.wadl |
Provides support for WADL configuration and generation.
|
| com.sun.jersey.server.wadl.generators |
Provides support for JAXB WADL generation.
|
| com.sun.jersey.server.wadl.generators.resourcedoc |
Provides support for JAXB WADL generation for resource classes.
|
| Modifier and Type | Method and Description |
|---|---|
WadlGenerator |
WadlGeneratorConfig.getWadlGenerator()
Get or load the initialized
WadlGenerator, based on the WadlGeneratorDescriptions
provided by WadlGeneratorConfig.configure(). |
static WadlGenerator |
WadlGeneratorConfigLoader.loadWadlGeneratorsFromConfig(ResourceConfig resourceConfig)
Load the
WadlGeneratorConfig from the provided ResourceConfig using the
property ResourceConfig.PROPERTY_WADL_GENERATOR_CONFIG. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends WadlGenerator> |
WadlGeneratorDescription.getGeneratorClass() |
| Modifier and Type | Method and Description |
|---|---|
static WadlGeneratorConfig.WadlGeneratorConfigBuilder |
WadlGeneratorConfig.generator(WadlGenerator generator)
Start to build an instance of
WadlGeneratorConfig: |
WadlGeneratorConfig.WadlGeneratorConfigBuilder |
WadlGeneratorConfig.WadlGeneratorConfigBuilder.generator(WadlGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
static WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder |
WadlGeneratorConfig.generator(java.lang.Class<? extends WadlGenerator> generatorClass)
Start to build an instance of
WadlGeneratorConfig: |
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder |
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder.generator(java.lang.Class<? extends WadlGenerator> generatorClass) |
void |
WadlGeneratorDescription.setGeneratorClass(java.lang.Class<? extends WadlGenerator> generatorClass) |
| Constructor and Description |
|---|
WadlGeneratorConfig(WadlGenerator wadlGenerator)
Creates a new WadlGeneratorConfig from the provided wadlGenerator (must already be initialized).
|
| Constructor and Description |
|---|
WadlGeneratorDescription(java.lang.Class<? extends WadlGenerator> generatorClass,
java.util.Properties properties) |
| Constructor and Description |
|---|
WadlApplicationContextImpl(java.util.Set<AbstractResource> rootResources,
WadlGenerator wadlGenerator) |
| 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 |
|---|---|
void |
WadlGeneratorImpl.setWadlGeneratorDelegate(WadlGenerator delegate) |
void |
WadlGenerator.setWadlGeneratorDelegate(WadlGenerator delegate)
Sets the delegate that is decorated by this wadl generator.
|
| Constructor and Description |
|---|
WadlBuilder(WadlGenerator wadlGenerator) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
WadlGeneratorGrammarsSupport.setWadlGeneratorDelegate(WadlGenerator delegate) |
void |
WadlGeneratorApplicationDoc.setWadlGeneratorDelegate(WadlGenerator delegate) |
| Constructor and Description |
|---|
WadlGeneratorApplicationDoc(WadlGenerator wadlGenerator,
ApplicationDocs applicationDocs) |
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 © 2015 Oracle Corporation. All Rights Reserved.