com.ecyrd.jspwiki.rss
Class RSS20Feed
java.lang.Object
com.ecyrd.jspwiki.rss.Feed
com.ecyrd.jspwiki.rss.RSS20Feed
public class RSS20Feed
- extends Feed
Represents an RSS 2.0 feed (with enclosures).
- Since:
- 2.2.27
- Author:
- jalkanen
Methods inherited from class com.ecyrd.jspwiki.rss.Feed |
addEntry, format, getChannelDescription, getChannelLanguage, getChannelTitle, getFeedURL, getMimeType, setChannelDescription, setChannelLanguage, setChannelTitle, setFeedURL, setMode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSS20Feed
public RSS20Feed(WikiContext context)
getString
public String getString()
- Specified by:
getString
in class Feed