Uses of Class
com.sun.research.ws.wadl.Grammars
-
Packages that use Grammars Package Description com.sun.research.ws.wadl org.glassfish.jersey.server.wadl.internal.generators Jersey server-side WADL internal classes supportingwadl generators
. -
-
Uses of Grammars in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl declared as Grammars Modifier and Type Field Description protected Grammars
Application. grammars
Methods in com.sun.research.ws.wadl that return Grammars Modifier and Type Method Description Grammars
ObjectFactory. createGrammars()
Create an instance ofGrammars
Grammars
Application. getGrammars()
Gets the value of the grammars property.Methods in com.sun.research.ws.wadl with parameters of type Grammars Modifier and Type Method Description void
Application. setGrammars(Grammars value)
Sets the value of the grammars property. -
Uses of Grammars in org.glassfish.jersey.server.wadl.internal.generators
Fields in org.glassfish.jersey.server.wadl.internal.generators declared as Grammars Modifier and Type Field Description private Grammars
WadlGeneratorGrammarsSupport. _grammars
Constructors in org.glassfish.jersey.server.wadl.internal.generators with parameters of type Grammars Constructor Description WadlGeneratorGrammarsSupport(WadlGenerator delegate, Grammars grammars)
-