Uses of Class
org.restlet.ext.wadl.ResourceTypeInfo
-
Packages that use ResourceTypeInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of ResourceTypeInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as ResourceTypeInfo Modifier and Type Field Description private ResourceTypeInfoWadlRepresentation.ContentReader. currentResourceTypeThe current parsed "resource_type" tag.Fields in org.restlet.ext.wadl with type parameters of type ResourceTypeInfo Modifier and Type Field Description private java.util.List<ResourceTypeInfo>ApplicationInfo. resourceTypesDeprecated.Describes a set of methods that define the behavior of a type of resource.Methods in org.restlet.ext.wadl that return types with arguments of type ResourceTypeInfo Modifier and Type Method Description java.util.List<ResourceTypeInfo>ApplicationInfo. getResourceTypes()Deprecated.Returns the list of resource type elements.Method parameters in org.restlet.ext.wadl with type arguments of type ResourceTypeInfo Modifier and Type Method Description voidApplicationInfo. setResourceTypes(java.util.List<ResourceTypeInfo> resourceTypes)Deprecated.Sets the list of resource type elements.
-