Restlet Framework 2.2.1
Android

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


Restlet Framework 2.2.1
Android

Copyright © 2005-2014 Restlet.