Package | Description |
---|---|
student.web |
Modifier and Type | Field and Description |
---|---|
protected List<RssEntry> |
RssFeed.entries
The list of entries.
|
Modifier and Type | Method and Description |
---|---|
List<RssEntry> |
RssFeed.getEntries()
Get this feed's entries.
|
Modifier and Type | Method and Description |
---|---|
void |
RssFeed.addEntry(RssEntry entry)
Add a new entry to this feed.
|
Modifier and Type | Method and Description |
---|---|
void |
RssFeed.setEntries(List<RssEntry> entries)
Set this feed's entries.
|
Constructor and Description |
---|
RssEntry(RssEntry existingEntry)
Creates a new RssEntry object as a copy of an existing entry.
|