Uses of Class
org.apache.wiki.rss.Feed
| Package | Description |
|---|---|
| org.apache.wiki.rss |
Provides the JSPWiki RSS feeds functionality.
|
-
Uses of Feed in org.apache.wiki.rss
Subclasses of Feed in org.apache.wiki.rss Modifier and Type Class Description classAtomFeedProvides an Atom 1.0 standard feed, with enclosures.classRSS10FeedProvides an implementation of an RSS 1.0 feed.classRSS20FeedRepresents an RSS 2.0 feed (with enclosures).Methods in org.apache.wiki.rss with parameters of type Feed Modifier and Type Method Description StringDefaultRSSGenerator. generateBlogRSS(Context wikiContext, List<Page> changed, Feed feed)Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).StringRSSGenerator. generateBlogRSS(Context wikiContext, List<Page> changed, Feed feed)Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).StringDefaultRSSGenerator. generateFullWikiRSS(Context wikiContext, Feed feed)Generates an RSS feed for the entire wiki.StringRSSGenerator. generateFullWikiRSS(Context wikiContext, Feed feed)Generates an RSS feed for the entire wiki.StringDefaultRSSGenerator. generateWikiPageRSS(Context wikiContext, List<Page> changed, Feed feed)Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).StringRSSGenerator. generateWikiPageRSS(Context wikiContext, List<Page> changed, Feed feed)Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).