Uses of Class
org.restlet.ext.atom.Person

Packages that use Person
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
 List<Person> Feed.getAuthors()
          Returns the authors of the feed.
 List<Person> Entry.getAuthors()
          Returns the authors of the entry.
 List<Person> Source.getAuthors()
          Returns the authors of the entry.
 List<Person> Feed.getContributors()
          Returns the contributors to the feed.
 List<Person> Entry.getContributors()
          Returns the contributors to the entry.
 List<Person> Source.getContributors()
          Returns the contributors to the entry.
 



Copyright © 2005-2013 Restlet.