Uses of Class
de.twenty11.skysail.server.restlet.ResourceInfo

Packages that use ResourceInfo
de.twenty11.skysail.server.restlet   
 

Uses of ResourceInfo in de.twenty11.skysail.server.restlet
 

Methods in de.twenty11.skysail.server.restlet 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 de.twenty11.skysail.server.restlet with parameters of type ResourceInfo
static void ResourceInfo.describe(ApplicationInfo applicationInfo, ResourceInfo info, Object resource, String path)
          Returns a JSON description of the current resource.
 void SkysailServerResource2.describe(ResourceInfo info)
           
 void SkysailServerResource2.describe(String path, ResourceInfo info)
           
 

Method parameters in de.twenty11.skysail.server.restlet 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.
 



Copyright © 2011-2013. All Rights Reserved.