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 WadlDescribable.getResourceInfo()
          Returns a full documented resourceInfo instance.
 ResourceInfo WadlWrapper.getResourceInfo()
          Returns the description of the wrapped Restlet.
 

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

Methods in org.restlet.ext.wadl with parameters of type ResourceInfo
 void WadlResource.describe(java.lang.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(java.util.List<ResourceInfo> resources)
          Sets the list of child resources.
 void ResourcesInfo.setResources(java.util.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.