Uses of Class
org.restlet.ext.atom.Collection
-
Packages that use Collection Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.atom.internal -
-
Uses of Collection in org.restlet.ext.atom
Fields in org.restlet.ext.atom with type parameters of type Collection Modifier and Type Field Description private java.util.List<Collection>Workspace. collectionsThe list of collections.Methods in org.restlet.ext.atom that return types with arguments of type Collection Modifier and Type Method Description java.util.List<Collection>Workspace. getCollections()Returns the list of collections. -
Uses of Collection in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Collection Modifier and Type Field Description private CollectionServiceContentReader. currentCollection
-