Uses of Class
org.restlet.ext.wadl.ResourceInfo

Packages that use ResourceInfo
org.restlet.ext.wadl Support the WADL specification. 
 

Uses of ResourceInfo in org.restlet.ext.wadl
 

Methods in org.restlet.ext.wadl that return ResourceInfo
 ResourceInfo WadlWrapper.getResourceInfo()
          Returns the description of the wrapped Restlet.
 ResourceInfo WadlDescribable.getResourceInfo()
          Returns a full documented resourceInfo instance.
 

Methods in org.restlet.ext.wadl that return types with arguments of type ResourceInfo
 List<ResourceInfo> ResourceInfo.getChildResources()
          Returns the list of child resources.
 List<ResourceInfo> ResourcesInfo.getResources()
          Returns the list of child resources.
 

Methods in org.restlet.ext.wadl with parameters of type ResourceInfo
 void WadlResource.describe(String path, ResourceInfo info)
          Returns a WADL description of the current resource.
 void WadlWrapper.setResourceInfo(ResourceInfo resourceInfo)
          Sets the description of the wrapped Restlet.
 

Method parameters in org.restlet.ext.wadl with type arguments of type ResourceInfo
 void ResourceInfo.setChildResources(List<ResourceInfo> resources)
          Sets the list of child resources.
 void ResourcesInfo.setResources(List<ResourceInfo> resources)
          Sets the list of child resources.
 

Constructors in org.restlet.ext.wadl with parameters of type ResourceInfo
WadlRepresentation(ResourceInfo resource)
          Constructor.
 



Copyright © 2005-2008 Noelios Technologies.