Package | Description |
---|---|
com.rometools.rome.feed.atom | |
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl | |
com.rometools.rome.io.impl |
Modifier and Type | Class and Description |
---|---|
class |
Person
Bean for person elements of Atom feeds.
|
Modifier and Type | Method and Description |
---|---|
List<SyndPerson> |
Feed.getAuthors()
Returns the feed author.
|
List<SyndPerson> |
Entry.getAuthors()
Returns the entry author.
|
List<SyndPerson> |
Feed.getContributors()
Returns the feed contributors.
|
List<SyndPerson> |
Entry.getContributors()
Returns the entry contributors.
|
Modifier and Type | Method and Description |
---|---|
void |
Feed.setAuthors(List<SyndPerson> authors)
Sets the feed author.
|
void |
Entry.setAuthors(List<SyndPerson> authors)
Sets the author of the entry.
|
void |
Feed.setContributors(List<SyndPerson> contributors)
Sets the feed contributors.
|
void |
Entry.setContributors(List<SyndPerson> contributors)
Sets the entry contributors.
|
Modifier and Type | Class and Description |
---|---|
class |
SyndPersonImpl
Bean for authors and contributors of SyndFeedImpl feeds and entries.
|
Modifier and Type | Method and Description |
---|---|
List<SyndPerson> |
SyndEntryImpl.getAuthors() |
List<SyndPerson> |
SyndEntry.getAuthors()
Returns the entry authors.
|
List<SyndPerson> |
SyndFeedImpl.getAuthors() |
List<SyndPerson> |
SyndFeed.getAuthors()
Returns the feed authors.
|
List<SyndPerson> |
SyndEntryImpl.getContributors() |
List<SyndPerson> |
SyndEntry.getContributors()
Returns the feed author.
|
List<SyndPerson> |
SyndFeedImpl.getContributors() |
List<SyndPerson> |
SyndFeed.getContributors()
Returns the feed author.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndEntryImpl.setAuthors(List<SyndPerson> authors) |
void |
SyndEntry.setAuthors(List<SyndPerson> authors)
Sets the entry author.
|
void |
SyndFeedImpl.setAuthors(List<SyndPerson> authors) |
void |
SyndFeed.setAuthors(List<SyndPerson> authors)
Sets the feed authors.
|
void |
SyndEntryImpl.setContributors(List<SyndPerson> contributors) |
void |
SyndEntry.setContributors(List<SyndPerson> contributors)
Sets the feed contributors.
|
void |
SyndFeedImpl.setContributors(List<SyndPerson> contributors) |
void |
SyndFeed.setContributors(List<SyndPerson> contributors)
Sets the feed author.
|
Modifier and Type | Method and Description |
---|---|
protected static List<SyndPerson> |
ConverterForAtom03.createAtomPersons(List<SyndPerson> sPersons) |
protected static List<SyndPerson> |
ConverterForAtom03.createSyndPersons(List<SyndPerson> aPersons) |
Modifier and Type | Method and Description |
---|---|
protected static List<SyndPerson> |
ConverterForAtom03.createAtomPersons(List<SyndPerson> sPersons) |
protected static List<SyndPerson> |
ConverterForAtom03.createSyndPersons(List<SyndPerson> aPersons) |
Modifier and Type | Method and Description |
---|---|
protected void |
Atom10Generator.fillPersonElement(org.jdom2.Element element,
SyndPerson person) |
protected void |
Atom03Generator.fillPersonElement(org.jdom2.Element element,
SyndPerson person) |
Copyright © 2017. All rights reserved.