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

Packages that use Feed
Package
Description
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
    class 
    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 Feed
    Modifier and Type
    Method
    Description
    DefaultRSSGenerator.generateBlogRSS(org.apache.wiki.api.core.Context wikiContext, List<org.apache.wiki.api.core.Page> changed, Feed feed)
    Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).
    RSSGenerator.generateBlogRSS(org.apache.wiki.api.core.Context wikiContext, List<org.apache.wiki.api.core.Page> changed, Feed feed)
    Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).
    DefaultRSSGenerator.generateFullWikiRSS(org.apache.wiki.api.core.Context wikiContext, Feed feed)
    Generates an RSS feed for the entire wiki.
    RSSGenerator.generateFullWikiRSS(org.apache.wiki.api.core.Context wikiContext, Feed feed)
    Generates an RSS feed for the entire wiki.
    DefaultRSSGenerator.generateWikiPageRSS(org.apache.wiki.api.core.Context wikiContext, List<org.apache.wiki.api.core.Page> changed, Feed feed)
    Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).
    RSSGenerator.generateWikiPageRSS(org.apache.wiki.api.core.Context wikiContext, List<org.apache.wiki.api.core.Page> changed, Feed feed)
    Create RSS/Atom as if this page was a wikipage (in contrast to Blog mode).