Uses of Class
org.restlet.ext.atom.Person
-
Packages that use Person Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. -
-
Uses of Person in org.restlet.ext.atom
Methods in org.restlet.ext.atom that return types with arguments of type Person Modifier and Type Method Description java.util.List<Person>
Entry. getAuthors()
Returns the authors of the entry.java.util.List<Person>
Feed. getAuthors()
Returns the authors of the feed.java.util.List<Person>
Source. getAuthors()
Returns the authors of the entry.java.util.List<Person>
Entry. getContributors()
Returns the contributors to the entry.java.util.List<Person>
Feed. getContributors()
Returns the contributors to the feed.java.util.List<Person>
Source. getContributors()
Returns the contributors to the entry.
-