Uses of Class
org.restlet.data.ReferenceList
-
Packages that use ReferenceList Package Description org.restlet.data Information exchanged by components.org.restlet.resource Client and server resource classes. -
-
Uses of ReferenceList in org.restlet.data
Methods in org.restlet.data that return ReferenceList Modifier and Type Method Description 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.resource
Methods in org.restlet.resource with parameters of type ReferenceList Modifier and Type Method Description 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.
-