|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceList | |
|---|---|
| org.restlet.data | Information exchanged by components. |
| org.restlet.engine.local | Supports local connectors and resources. |
| org.restlet.resource | Client and server resource classes. |
| Uses of ReferenceList in org.restlet.data |
|---|
| Methods in org.restlet.data that return ReferenceList | |
|---|---|
ReferenceList |
ReferenceList.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive. |
| Uses of ReferenceList in org.restlet.engine.local |
|---|
| Methods in org.restlet.engine.local that return ReferenceList | |
|---|---|
protected ReferenceList |
DirectoryServerResource.getDirectoryContent()
If the resource is a directory, this returns its content. |
| Uses of ReferenceList in org.restlet.resource |
|---|
| Methods in org.restlet.resource with parameters of type ReferenceList | |
|---|---|
Representation |
Directory.getIndexRepresentation(Variant variant,
ReferenceList indexContent)
Returns an actual index representation for a given variant. |
List<Variant> |
Directory.getIndexVariants(ReferenceList indexContent)
Returns the variant representations of a directory index. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||