Uses of Class
org.apache.wiki.rss.Feed

Packages that use Feed
org.apache.wiki.rss   
 

Uses of Feed in org.apache.wiki.rss
 

Subclasses of Feed in org.apache.wiki.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 org.apache.wiki.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).
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.