|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyndPerson | |
---|---|
com.sun.syndication.feed.synd |
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> |
SyndEntry.getContributors()
Returns the feed author. |
List<SyndPerson> |
SyndFeed.getContributors()
Returns the feed author. |
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 |
SyndEntry.setContributors(List<SyndPerson> contributors)
Sets the feed contributors. |
void |
SyndFeed.setContributors(List<SyndPerson> contributors)
Sets the feed author. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |