Uses of Interface
org.glassfish.jersey.server.wadl.WadlGenerator
Packages that use WadlGenerator
Package
Description
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL configuration classes.
Jersey server-side WADL internal classes.
Jersey server-side WADL internal classes supporting
wadl generators
.Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators
.-
Uses of WadlGenerator in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl with parameters of type WadlGeneratorModifier and TypeMethodDescriptionvoid
WadlGenerator.setWadlGeneratorDelegate
(WadlGenerator delegate) Sets the delegate that is decorated by this wadl generator. -
Uses of WadlGenerator in org.glassfish.jersey.server.wadl.config
Fields in org.glassfish.jersey.server.wadl.config declared as WadlGeneratorModifier and TypeFieldDescription(package private) WadlGenerator
WadlGeneratorLoader.WadlGeneratorControl.wadlGenerator
Fields in org.glassfish.jersey.server.wadl.config with type parameters of type WadlGeneratorModifier and TypeFieldDescriptionprivate Class<? extends WadlGenerator>
WadlGeneratorDescription.generatorClass
Methods in org.glassfish.jersey.server.wadl.config that return WadlGeneratorModifier and TypeMethodDescriptionWadlGeneratorConfig.createWadlGenerator
(InjectionManager injectionManager) Create a new instance ofWadlGenerator
, based on theWadlGeneratorDescription
s provided byWadlGeneratorConfig.configure()
.(package private) static WadlGenerator
WadlGeneratorLoader.loadWadlGeneratorDescriptions
(InjectionManager injectionManager, List<WadlGeneratorDescription> wadlGeneratorDescriptions) (package private) static WadlGenerator
WadlGeneratorLoader.loadWadlGeneratorDescriptions
(InjectionManager injectionManager, WadlGeneratorDescription... wadlGeneratorDescriptions) (package private) static WadlGenerator
WadlGeneratorLoader.loadWadlGenerators
(List<WadlGenerator> wadlGenerators) Methods in org.glassfish.jersey.server.wadl.config that return types with arguments of type WadlGeneratorModifier and TypeMethodDescriptionClass<? extends WadlGenerator>
WadlGeneratorDescription.getGeneratorClass()
Methods in org.glassfish.jersey.server.wadl.config with parameters of type WadlGeneratorModifier and TypeMethodDescriptionprivate static WadlGeneratorLoader.WadlGeneratorControl
WadlGeneratorLoader.loadWadlGenerator
(InjectionManager injectionManager, WadlGeneratorDescription wadlGeneratorDescription, WadlGenerator wadlGeneratorDelegate) Method parameters in org.glassfish.jersey.server.wadl.config with type arguments of type WadlGeneratorModifier and TypeMethodDescriptionWadlGeneratorConfig.generator
(Class<? extends WadlGenerator> generatorClass) Start to build an instance ofWadlGeneratorConfig
:WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder.generator
(Class<? extends WadlGenerator> generatorClass) (package private) static WadlGenerator
WadlGeneratorLoader.loadWadlGenerators
(List<WadlGenerator> wadlGenerators) void
WadlGeneratorDescription.setGeneratorClass
(Class<? extends WadlGenerator> generatorClass) Constructors in org.glassfish.jersey.server.wadl.config with parameters of type WadlGeneratorModifierConstructorDescriptionWadlGeneratorControl
(WadlGenerator wadlGenerator, WadlGeneratorLoader.Callback callback) The constructor.Constructor parameters in org.glassfish.jersey.server.wadl.config with type arguments of type WadlGeneratorModifierConstructorDescriptionWadlGeneratorDescription
(Class<? extends WadlGenerator> generatorClass, Properties properties) -
Uses of WadlGenerator in org.glassfish.jersey.server.wadl.internal
Classes in org.glassfish.jersey.server.wadl.internal that implement WadlGeneratorModifier and TypeClassDescriptionclass
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008Fields in org.glassfish.jersey.server.wadl.internal declared as WadlGeneratorMethods in org.glassfish.jersey.server.wadl.internal with parameters of type WadlGeneratorModifier and TypeMethodDescriptionvoid
WadlGeneratorImpl.setWadlGeneratorDelegate
(WadlGenerator delegate) Constructors in org.glassfish.jersey.server.wadl.internal with parameters of type WadlGeneratorModifierConstructorDescriptionWadlBuilder
(WadlGenerator wadlGenerator, boolean detailedWadl, javax.ws.rs.core.UriInfo uriInfo) -
Uses of WadlGenerator in org.glassfish.jersey.server.wadl.internal.generators
Classes in org.glassfish.jersey.server.wadl.internal.generators that implement WadlGeneratorModifier and TypeClassDescriptionclass
ThisWadlGenerator
adds all doc elements provided byApplicationDocs.getDocs()
to the generated wadl-file.class
ThisWadlGenerator
adds the providedGrammars
element to the generated wadl-file.class
ThisWadlGenerator
generates a XML Schema content model based on referenced java beans.Fields in org.glassfish.jersey.server.wadl.internal.generators declared as WadlGeneratorModifier and TypeFieldDescriptionprivate WadlGenerator
WadlGeneratorApplicationDoc._delegate
private WadlGenerator
WadlGeneratorGrammarsSupport._delegate
private WadlGenerator
WadlGeneratorJAXBGrammarGenerator.wadlGeneratorDelegate
Methods in org.glassfish.jersey.server.wadl.internal.generators with parameters of type WadlGeneratorModifier and TypeMethodDescriptionvoid
WadlGeneratorApplicationDoc.setWadlGeneratorDelegate
(WadlGenerator delegate) void
WadlGeneratorGrammarsSupport.setWadlGeneratorDelegate
(WadlGenerator delegate) void
WadlGeneratorJAXBGrammarGenerator.setWadlGeneratorDelegate
(WadlGenerator delegate) Constructors in org.glassfish.jersey.server.wadl.internal.generators with parameters of type WadlGeneratorModifierConstructorDescriptionWadlGeneratorGrammarsSupport
(WadlGenerator delegate, Grammars grammars) -
Uses of WadlGenerator in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Classes in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc that implement WadlGeneratorModifier and TypeClassDescriptionclass
AWadlGenerator
implementation that enhances the generated wadl by information read from a resourcedoc (containing javadoc information about resource classes).Fields in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc declared as WadlGeneratorMethods in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc with parameters of type WadlGeneratorModifier and TypeMethodDescriptionvoid
WadlGeneratorResourceDocSupport.setWadlGeneratorDelegate
(WadlGenerator delegate) Constructors in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc with parameters of type WadlGeneratorModifierConstructorDescriptionWadlGeneratorResourceDocSupport
(WadlGenerator wadlGenerator, ResourceDocType resourceDoc)