Uses of Class
com.noelios.restlet.local.Entity

Packages that use Entity
com.noelios.restlet.local Implementation of local Clients. 
 

Uses of Entity in com.noelios.restlet.local
 

Subclasses of Entity in com.noelios.restlet.local
 class FileEntity
          Local entity based on a regular File.
 

Methods in com.noelios.restlet.local that return Entity
 Entity FileClientHelper.getEntity(String decodedPath)
           
abstract  Entity EntityClientHelper.getEntity(String path)
          Returns a local entity for the given path.
 Entity FileEntity.getParent()
           
abstract  Entity Entity.getParent()
          Returns the parent directory (if any).
 

Methods in com.noelios.restlet.local that return types with arguments of type Entity
 List<Entity> FileEntity.getChildren()
           
abstract  List<Entity> Entity.getChildren()
          Returns the list of contained entities if the current entity is a directory, null otherwise.
 

Methods in com.noelios.restlet.local with parameters of type Entity
protected  void EntityClientHelper.handleEntityGet(Request request, Response response, String path, Entity entity, MetadataService metadataService)
          Handles a GET call.
 



Copyright © 2005-2008 Noelios Technologies.