com.ecyrd.jspwiki.rss
Class AtomFeed

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

public class AtomFeed
extends Feed

Provides an Atom 1.0 standard feed, with enclosures.

Author:
jalkanen

Field Summary
static String RFC3339FORMAT
           
 
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
AtomFeed(WikiContext c)
           
 
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
 

Field Detail

RFC3339FORMAT

public static final String RFC3339FORMAT
See Also:
Constant Field Values
Constructor Detail

AtomFeed

public AtomFeed(WikiContext c)
Method Detail

getString

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