Package | Description |
---|---|
org.apache.wiki.rss |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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 © 2001-2018 The Apache Software Foundation. All rights reserved.