Uses of Class
org.apache.wiki.rss.Entry
| Package | Description | 
|---|---|
| org.apache.wiki.rss | 
 Provides the JSPWiki RSS feeds functionality. 
 | 
- 
Uses of Entry in org.apache.wiki.rss
Fields in org.apache.wiki.rss with type parameters of type Entry Modifier and Type Field Description protected java.util.List<Entry>Feed. m_entriesMethods in org.apache.wiki.rss with parameters of type Entry Modifier and Type Method Description voidFeed. addEntry(Entry e)Adds a new Entry to the Feed, at the end of the list.