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
abstract  Entity EntityClientHelper.getEntity(java.lang.String path)
          Returns a local entity for the given path.
 Entity FileClientHelper.getEntity(java.lang.String decodedPath)
           
abstract  Entity Entity.getParent()
          Returns the parent directory (if any).
 Entity FileEntity.getParent()
           
 

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

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



Copyright © 2005-2008 Noelios Technologies.