com.ecyrd.jspwiki.rss
Class RSS10Feed

java.lang.Object
  extended by com.ecyrd.jspwiki.rss.Feed
      extended by com.ecyrd.jspwiki.rss.RSS10Feed

public class RSS10Feed
extends Feed

Since:
Author:
jalkanen

Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.rss.Feed
m_channelDescription, m_channelLanguage, m_channelTitle, m_entries, m_feedURL, m_mode, m_wikiContext
 
Constructor Summary
RSS10Feed(WikiContext context)
           
 
Method Summary
 String getString()
           
 
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
 

Constructor Detail

RSS10Feed

public RSS10Feed(WikiContext context)
Method Detail

getString

public String getString()
Specified by:
getString in class Feed