Uses of Class
org.apache.wiki.rss.Feed
Packages that use Feed
-
Uses of Feed in org.apache.wiki.rss
Subclasses of Feed in org.apache.wiki.rssModifier and TypeClassDescriptionclass
Provides an Atom 1.0 standard feed, with enclosures.class
Provides an implementation of an RSS 1.0 feed.class
Represents an RSS 2.0 feed (with enclosures).Methods in org.apache.wiki.rss with parameters of type FeedModifier and TypeMethodDescriptionDefaultRSSGenerator.generateBlogRSS
(Context wikiContext, List<Page> changed, Feed feed) Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).RSSGenerator.generateBlogRSS
(Context wikiContext, List<Page> changed, Feed feed) Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).DefaultRSSGenerator.generateFullWikiRSS
(Context wikiContext, Feed feed) Generates an RSS feed for the entire wiki.RSSGenerator.generateFullWikiRSS
(Context wikiContext, Feed feed) Generates an RSS feed for the entire wiki.DefaultRSSGenerator.generateWikiPageRSS
(Context wikiContext, List<Page> changed, Feed feed) Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).RSSGenerator.generateWikiPageRSS
(Context wikiContext, List<Page> changed, Feed feed) Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).