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.
|
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(org.glassfish.hk2.api.ServiceLocator locator)
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) |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.