Uses of Interface
com.sun.syndication.feed.synd.SyndPerson

Packages that use SyndPerson
com.sun.syndication.feed.atom   
com.sun.syndication.feed.synd   
com.sun.syndication.feed.synd.impl   
com.sun.syndication.io.impl   
 

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

Classes in com.sun.syndication.feed.atom that implement SyndPerson
 class Person
          Bean for person elements of Atom feeds.
 

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

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

Uses of SyndPerson in com.sun.syndication.feed.synd
 

Classes in com.sun.syndication.feed.synd that implement SyndPerson
 class SyndPersonImpl
          Bean for authors and contributors of SyndFeedImpl feeds and entries.
 

Methods in com.sun.syndication.feed.synd that return types with arguments of type SyndPerson
 List<SyndPerson> SyndEntry.getAuthors()
          Returns the entry authors.
 List<SyndPerson> SyndFeed.getAuthors()
          Returns the feed authors.
 List<SyndPerson> SyndEntryImpl.getAuthors()
           
 List<SyndPerson> SyndFeedImpl.getAuthors()
           
 List<SyndPerson> SyndEntry.getContributors()
          Returns the feed author.
 List<SyndPerson> SyndFeed.getContributors()
          Returns the feed author.
 List<SyndPerson> SyndEntryImpl.getContributors()
           
 List<SyndPerson> SyndFeedImpl.getContributors()
           
 

Method parameters in com.sun.syndication.feed.synd with type arguments of type SyndPerson
 void SyndEntry.setAuthors(List<SyndPerson> authors)
          Sets the entry author.
 void SyndFeed.setAuthors(List<SyndPerson> authors)
          Sets the feed authors.
 void SyndEntryImpl.setAuthors(List<SyndPerson> authors)
           
 void SyndFeedImpl.setAuthors(List<SyndPerson> authors)
           
 void SyndEntry.setContributors(List<SyndPerson> contributors)
          Sets the feed contributors.
 void SyndFeed.setContributors(List<SyndPerson> contributors)
          Sets the feed author.
 void SyndEntryImpl.setContributors(List<SyndPerson> contributors)
           
 void SyndFeedImpl.setContributors(List<SyndPerson> contributors)
           
 

Uses of SyndPerson in com.sun.syndication.feed.synd.impl
 

Methods in com.sun.syndication.feed.synd.impl that return types with arguments of type SyndPerson
protected static List<SyndPerson> ConverterForAtom03.createAtomPersons(List<SyndPerson> sPersons)
           
protected static List<SyndPerson> ConverterForAtom03.createSyndPersons(List<SyndPerson> aPersons)
           
 

Method parameters in com.sun.syndication.feed.synd.impl with type arguments of type SyndPerson
protected static List<SyndPerson> ConverterForAtom03.createAtomPersons(List<SyndPerson> sPersons)
           
protected static List<SyndPerson> ConverterForAtom03.createSyndPersons(List<SyndPerson> aPersons)
           
 

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

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



Copyright © 2004–2013 ROME Project. All rights reserved.