Uses of Class
com.ecyrd.jspwiki.rss.Entry

Packages that use Entry
com.ecyrd.jspwiki.rss   
 

Uses of Entry in com.ecyrd.jspwiki.rss
 

Fields in com.ecyrd.jspwiki.rss with type parameters of type Entry
protected  List<Entry> Feed.m_entries
           
 

Methods in com.ecyrd.jspwiki.rss with parameters of type Entry
 void Feed.addEntry(Entry e)
          Adds a new Entry to the Feed, at the end of the list.