Uses of Class
org.restlet.ext.wadl.IncludeInfo
-
Packages that use IncludeInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of IncludeInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as IncludeInfo Modifier and Type Field Description private IncludeInfoWadlRepresentation.ContentReader. currentIncludeThe current parsed "include" tag.Fields in org.restlet.ext.wadl with type parameters of type IncludeInfo Modifier and Type Field Description private java.util.List<IncludeInfo>GrammarsInfo. includesDeprecated.Definitions of data format descriptions to be included by reference.Methods in org.restlet.ext.wadl that return types with arguments of type IncludeInfo Modifier and Type Method Description java.util.List<IncludeInfo>GrammarsInfo. getIncludes()Deprecated.Returns the list of include elements.Method parameters in org.restlet.ext.wadl with type arguments of type IncludeInfo Modifier and Type Method Description voidGrammarsInfo. setIncludes(java.util.List<IncludeInfo> includes)Deprecated.Sets the list of include elements.
-