Uses of Class
org.restlet.data.ReferenceList
-
Packages that use ReferenceList Package Description 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 Modifier and Type Method Description ReferenceListReferenceList. 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
Fields in org.restlet.engine.local declared as ReferenceList Modifier and Type Field Description private ReferenceListDirectoryServerResource. directoryContentIf the resource is a directory, this contains its content.Methods in org.restlet.engine.local that return ReferenceList Modifier and Type Method Description protected ReferenceListDirectoryServerResource. getDirectoryContent()If the resource is a directory, this returns its content.private ReferenceListDirectoryServerResource. getVariantsReferences()Returns the references of the representations of the target resource according to the directory handler propertyprivate ReferenceListDirectoryServerResource. tryToConvertAsReferenceList(Representation entity) -
Uses of ReferenceList in org.restlet.resource
Methods in org.restlet.resource with parameters of type ReferenceList Modifier and Type Method Description RepresentationDirectory. 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.
-