Package | Description |
---|---|
org.restlet.engine.local | |
org.restlet.ext.servlet.internal |
Modifier and Type | Class and Description |
---|---|
class |
FileEntity
Local entity based on a regular
File . |
class |
ZipEntryEntity
Local entity based on an entry in a Zip archive.
|
Modifier and Type | Method and Description |
---|---|
Entity |
FileClientHelper.getEntity(String decodedPath) |
abstract Entity |
EntityClientHelper.getEntity(String path)
Returns a local entity for the given path.
|
Entity |
ZipEntryEntity.getParent() |
abstract Entity |
Entity.getParent()
Returns the parent directory (if any).
|
Entity |
FileEntity.getParent() |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
ZipEntryEntity.getChildren() |
abstract List<Entity> |
Entity.getChildren()
Returns the list of contained entities if the current entity is a
directory, null otherwise.
|
List<Entity> |
FileEntity.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
EntityClientHelper.handleEntityGet(Request request,
Response response,
Entity entity)
Handles a GET call.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletWarEntity
Local entity based on a Servlet context's resource file.
|
Modifier and Type | Method and Description |
---|---|
Entity |
ServletWarClientHelper.getEntity(String decodedPath) |
Entity |
ServletWarEntity.getParent() |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
ServletWarEntity.getChildren() |
Copyright © 2005–2017. All rights reserved.