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.org.restlet.ext.atom.internal -
-
Uses of Person in org.restlet.ext.atom
Fields in org.restlet.ext.atom with type parameters of type Person Modifier and Type Field Description private java.util.List<Person>Entry. authorsThe authors of the entry.private java.util.List<Person>Feed. authorsThe authors of the feed.private java.util.List<Person>Source. authorsThe authors of the entry.private java.util.List<Person>Entry. contributorsThe contributors to the entry.private java.util.List<Person>Feed. contributorsThe contributors to the feed.private java.util.List<Person>Source. contributorsThe contributors to the entry.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. -
Uses of Person in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Person Modifier and Type Field Description private PersonEntryContentReader. currentPersonThe currently parsed Person.private PersonFeedContentReader. currentPersonThe currently parsed Person.
-