Uses of Class
com.sun.syndication.feed.atom.Person

Packages that use Person
com.sun.syndication.feed.atom   
com.sun.syndication.io.impl   
 

Uses of Person in com.sun.syndication.feed.atom
 

Methods in com.sun.syndication.feed.atom that return types with arguments of type Person
 List<Person> Entry.getAuthors()
          Returns the entry author.
 List<Person> Feed.getAuthors()
          Returns the feed author.
 List<Person> Entry.getContributors()
          Returns the entry contributors.
 List<Person> Feed.getContributors()
          Returns the feed contributors.
 

Method parameters in com.sun.syndication.feed.atom with type arguments of type Person
 void Entry.setAuthors(List<Person> authors)
          Sets the author of the entry.
 void Feed.setAuthors(List<Person> authors)
          Sets the feed author.
 void Entry.setContributors(List<Person> contributors)
          Sets the entry contributors.
 void Feed.setContributors(List<Person> contributors)
          Sets the feed contributors.
 

Uses of Person in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl with parameters of type Person
protected  void Atom10Generator.fillPersonElement(org.jdom.Element element, Person person)
           
protected  void Atom03Generator.fillPersonElement(org.jdom.Element element, Person person)
           
 



Copyright © 2004-2013 ROME Project. All Rights Reserved.