Uses of Class
org.restlet.engine.local.Entity
Packages that use Entity
-
Uses of Entity in org.restlet.engine.local
Subclasses of Entity in org.restlet.engine.localModifier and TypeClassDescriptionclassLocal entity based on a regularFile.classLocal entity based on an entry in a Zip archive.Methods in org.restlet.engine.local that return EntityModifier and TypeMethodDescriptionabstract EntityReturns a local entity for the given path.abstract EntityEntity.getParent()Returns the parent directory (if any).FileEntity.getParent()ZipEntryEntity.getParent()Methods in org.restlet.engine.local that return types with arguments of type EntityModifier and TypeMethodDescriptionEntity.getChildren()Returns the list of contained entities if the current entity is a directory, null otherwise.FileEntity.getChildren()ZipEntryEntity.getChildren()Methods in org.restlet.engine.local with parameters of type EntityModifier and TypeMethodDescriptionprotected voidEntityClientHelper.handleEntityGet(Request request, Response response, Entity entity) Handles a GET call.