Uses of Interface
com.rometools.rome.feed.synd.SyndPerson
-
Packages that use SyndPerson Package Description com.rometools.rome.feed.atom com.rometools.rome.feed.synd com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of SyndPerson in com.rometools.rome.feed.atom
Classes in com.rometools.rome.feed.atom that implement SyndPerson Modifier and Type Class Description classPersonBean for person elements of Atom feeds.Methods in com.rometools.rome.feed.atom that return types with arguments of type SyndPerson Modifier and Type Method Description 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.rometools.rome.feed.atom with type arguments of type SyndPerson Modifier and Type Method Description voidEntry. setAuthors(List<SyndPerson> authors)Sets the author of the entry.voidFeed. setAuthors(List<SyndPerson> authors)Sets the feed author.voidEntry. setContributors(List<SyndPerson> contributors)Sets the entry contributors.voidFeed. setContributors(List<SyndPerson> contributors)Sets the feed contributors. -
Uses of SyndPerson in com.rometools.rome.feed.synd
Classes in com.rometools.rome.feed.synd that implement SyndPerson Modifier and Type Class Description classSyndPersonImplBean for authors and contributors of SyndFeedImpl feeds and entries.Methods in com.rometools.rome.feed.synd that return types with arguments of type SyndPerson Modifier and Type Method Description List<SyndPerson>SyndEntry. getAuthors()Returns the entry authors.List<SyndPerson>SyndEntryImpl. getAuthors()List<SyndPerson>SyndFeed. getAuthors()Returns the feed authors.List<SyndPerson>SyndFeedImpl. getAuthors()List<SyndPerson>SyndEntry. getContributors()Returns the feed author.List<SyndPerson>SyndEntryImpl. getContributors()List<SyndPerson>SyndFeed. getContributors()Returns the feed author.List<SyndPerson>SyndFeedImpl. getContributors()Method parameters in com.rometools.rome.feed.synd with type arguments of type SyndPerson Modifier and Type Method Description voidSyndEntry. setAuthors(List<SyndPerson> authors)Sets the entry authors.voidSyndEntryImpl. setAuthors(List<SyndPerson> authors)voidSyndFeed. setAuthors(List<SyndPerson> authors)Sets the feed authors.voidSyndFeedImpl. setAuthors(List<SyndPerson> authors)voidSyndEntry. setContributors(List<SyndPerson> contributors)Sets the feed contributors.voidSyndEntryImpl. setContributors(List<SyndPerson> contributors)voidSyndFeed. setContributors(List<SyndPerson> contributors)Sets the feed author.voidSyndFeedImpl. setContributors(List<SyndPerson> contributors) -
Uses of SyndPerson in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type SyndPerson Modifier and Type Method Description protected static List<SyndPerson>ConverterForAtom03. createAtomPersons(List<SyndPerson> sPersons)protected static List<SyndPerson>ConverterForAtom03. createSyndPersons(List<SyndPerson> aPersons)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type SyndPerson Modifier and Type Method Description protected static List<SyndPerson>ConverterForAtom03. createAtomPersons(List<SyndPerson> sPersons)protected static List<SyndPerson>ConverterForAtom03. createSyndPersons(List<SyndPerson> aPersons) -
Uses of SyndPerson in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type SyndPerson Modifier and Type Method Description protected voidAtom03Generator. fillPersonElement(org.jdom2.Element element, SyndPerson person)protected voidAtom10Generator. fillPersonElement(org.jdom2.Element element, SyndPerson person)
-