Package org.apache.wiki.rss
Class RSS20Feed
java.lang.Object
org.apache.wiki.rss.Feed
org.apache.wiki.rss.RSS20Feed
public class RSS20Feed extends Feed
Represents an RSS 2.0 feed (with enclosures). This feed provides no
fizz-bang features.
- Since:
- 2.2.27
-
Field Summary
Fields inherited from class org.apache.wiki.rss.Feed
m_channelDescription, m_channelLanguage, m_channelTitle, m_entries, m_feedURL, m_mode, m_wikiContext, VAR_BLOGNAME
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.String
getString()
Returns the XML for the feed contents in a String format.Methods inherited from class org.apache.wiki.rss.Feed
addEntry, format, getChannelDescription, getChannelLanguage, getChannelTitle, getFeedURL, getMimeType, getSiteName, setChannelDescription, setChannelLanguage, setChannelTitle, setFeedURL, setMode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RSS20Feed
Creates an RSS 2.0 feed for the specified Context.- Parameters:
context
- The WikiContext.
-
-
Method Details