Uses of Class
org.restlet.engine.local.Entity
-
Packages that use Entity Package Description org.restlet.engine.local Supports local connectors and resources. -
-
Uses of Entity in org.restlet.engine.local
Subclasses of Entity in org.restlet.engine.local Modifier and Type Class Description classFileEntityLocal entity based on a regularFile.classZipEntryEntityLocal entity based on an entry in a Zip archive.Methods in org.restlet.engine.local that return Entity Modifier and Type Method Description abstract EntityEntityClientHelper. getEntity(java.lang.String path)Returns a local entity for the given path.EntityFileClientHelper. getEntity(java.lang.String decodedPath)abstract EntityEntity. getParent()Returns the parent directory (if any).EntityFileEntity. getParent()EntityZipEntryEntity. getParent()Methods in org.restlet.engine.local that return types with arguments of type Entity Modifier and Type Method Description 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()java.util.List<Entity>ZipEntryEntity. getChildren()Methods in org.restlet.engine.local with parameters of type Entity Modifier and Type Method Description protected voidEntityClientHelper. handleEntityGet(Request request, Response response, Entity entity)Handles a GET call.
-