|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
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 | |
---|---|
class |
FileEntity
Local entity based on a regular File . |
class |
ZipEntryEntity
Local entity based on an entry in a Zip archive. |
Methods in org.restlet.engine.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()
|
Entity |
ZipEntryEntity.getParent()
|
abstract Entity |
Entity.getParent()
Returns the parent directory (if any). |
Methods in org.restlet.engine.local that return types with arguments of type Entity | |
---|---|
List<Entity> |
FileEntity.getChildren()
|
List<Entity> |
ZipEntryEntity.getChildren()
|
abstract List<Entity> |
Entity.getChildren()
Returns the list of contained entities if the current entity is a directory, null otherwise. |
Methods in org.restlet.engine.local with parameters of type Entity | |
---|---|
protected void |
EntityClientHelper.handleEntityGet(Request request,
Response response,
Entity entity)
Handles a GET call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |