|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceList | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.data | Element of information handled by a component via a connector. |
Uses of ReferenceList in org.restlet |
---|
Methods in org.restlet with parameters of type ReferenceList | |
---|---|
Representation |
Directory.getIndexRepresentation(Variant variant,
ReferenceList indexContent)
Returns an actual index representation for a given variant. |
java.util.List<Variant> |
Directory.getIndexVariants(ReferenceList indexContent)
Returns the variant representations of a directory index. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |