Uses of Class
org.restlet.ext.wadl.GrammarsInfo
-
Packages that use GrammarsInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of GrammarsInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as GrammarsInfo Modifier and Type Field Description private GrammarsInfoWadlRepresentation.ContentReader. currentGrammarsThe current parsed "grammars" tag.private GrammarsInfoApplicationInfo. grammarsDeprecated.Container for definitions of the format of data exchanged.Methods in org.restlet.ext.wadl that return GrammarsInfo Modifier and Type Method Description GrammarsInfoApplicationInfo. getGrammars()Deprecated.Returns the grammar elements.Methods in org.restlet.ext.wadl with parameters of type GrammarsInfo Modifier and Type Method Description voidApplicationInfo. setGrammars(GrammarsInfo grammars)Deprecated.Sets the grammars element.
-