Uses of Class
com.sun.research.ws.wadl.Grammars
Packages that use Grammars
-
Uses of Grammars in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl declared as GrammarsMethods in com.sun.research.ws.wadl that return GrammarsModifier and TypeMethodDescriptionObjectFactory.createGrammars()
Create an instance ofGrammars
Application.getGrammars()
Gets the value of the grammars property.Methods in com.sun.research.ws.wadl with parameters of type GrammarsModifier and TypeMethodDescriptionvoid
Application.setGrammars
(Grammars value) Sets the value of the grammars property. -
Uses of Grammars in org.glassfish.jersey.server.wadl.internal.generators
Constructors in org.glassfish.jersey.server.wadl.internal.generators with parameters of type GrammarsModifierConstructorDescriptionWadlGeneratorGrammarsSupport
(WadlGenerator delegate, Grammars grammars)