Uses of Class
org.restlet.ext.wadl.ResourcesInfo
-
Packages that use ResourcesInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of ResourcesInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as ResourcesInfo Modifier and Type Field Description private ResourcesInfoWadlRepresentation.ContentReader. currentResourcesThe current parsed "resources" tag.private ResourcesInfoApplicationInfo. resourcesDeprecated.Resources provided by the application.Methods in org.restlet.ext.wadl that return ResourcesInfo Modifier and Type Method Description ResourcesInfoApplicationInfo. getResources()Deprecated.Returns the resources root element.Methods in org.restlet.ext.wadl with parameters of type ResourcesInfo Modifier and Type Method Description voidApplicationInfo. setResources(ResourcesInfo resources)Deprecated.Sets the list of resource elements.
-