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 TypeMethodDescriptionvoidWadlGenerator.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) WadlGeneratorWadlGeneratorLoader.WadlGeneratorControl.wadlGeneratorFields in org.glassfish.jersey.server.wadl.config with type parameters of type WadlGeneratorModifier and TypeFieldDescriptionprivate Class<? extends WadlGenerator> WadlGeneratorDescription.generatorClassMethods in org.glassfish.jersey.server.wadl.config that return WadlGeneratorModifier and TypeMethodDescriptionWadlGeneratorConfig.createWadlGenerator(InjectionManager injectionManager) Create a new instance ofWadlGenerator, based on theWadlGeneratorDescriptions provided byWadlGeneratorConfig.configure().(package private) static WadlGeneratorWadlGeneratorLoader.loadWadlGeneratorDescriptions(InjectionManager injectionManager, List<WadlGeneratorDescription> wadlGeneratorDescriptions) (package private) static WadlGeneratorWadlGeneratorLoader.loadWadlGeneratorDescriptions(InjectionManager injectionManager, WadlGeneratorDescription... wadlGeneratorDescriptions) (package private) static WadlGeneratorWadlGeneratorLoader.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.WadlGeneratorControlWadlGeneratorLoader.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 WadlGeneratorWadlGeneratorLoader.loadWadlGenerators(List<WadlGenerator> wadlGenerators) voidWadlGeneratorDescription.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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidWadlGeneratorImpl.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 TypeClassDescriptionclassThisWadlGeneratoradds all doc elements provided byApplicationDocs.getDocs()to the generated wadl-file.classThisWadlGeneratoradds the providedGrammarselement to the generated wadl-file.classThisWadlGeneratorgenerates a XML Schema content model based on referenced java beans.Fields in org.glassfish.jersey.server.wadl.internal.generators declared as WadlGeneratorModifier and TypeFieldDescriptionprivate WadlGeneratorWadlGeneratorApplicationDoc._delegateprivate WadlGeneratorWadlGeneratorGrammarsSupport._delegateprivate WadlGeneratorWadlGeneratorJAXBGrammarGenerator.wadlGeneratorDelegateMethods in org.glassfish.jersey.server.wadl.internal.generators with parameters of type WadlGeneratorModifier and TypeMethodDescriptionvoidWadlGeneratorApplicationDoc.setWadlGeneratorDelegate(WadlGenerator delegate) voidWadlGeneratorGrammarsSupport.setWadlGeneratorDelegate(WadlGenerator delegate) voidWadlGeneratorJAXBGrammarGenerator.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 TypeClassDescriptionclassAWadlGeneratorimplementation 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 TypeMethodDescriptionvoidWadlGeneratorResourceDocSupport.setWadlGeneratorDelegate(WadlGenerator delegate) Constructors in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc with parameters of type WadlGeneratorModifierConstructorDescriptionWadlGeneratorResourceDocSupport(WadlGenerator wadlGenerator, ResourceDocType resourceDoc)