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

Packages that use Feed
com.ecyrd.jspwiki.rss   
 

Uses of Feed in com.ecyrd.jspwiki.rss
 

Subclasses of Feed in com.ecyrd.jspwiki.rss
 class AtomFeed
          Provides an Atom 1.0 standard feed, with enclosures.
 class RSS10Feed
          Provides an implementation of an RSS 1.0 feed.
 class RSS20Feed
          Represents an RSS 2.0 feed (with enclosures).
 

Methods in com.ecyrd.jspwiki.rss with parameters of type Feed
protected  String RSSGenerator.generateBlogRSS(WikiContext wikiContext, List changed, Feed feed)
          Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).
protected  String RSSGenerator.generateFullWikiRSS(WikiContext wikiContext, Feed feed)
          Generates an RSS feed for the entire wiki.
protected  String RSSGenerator.generateWikiPageRSS(WikiContext wikiContext, List changed, Feed feed)
          Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).