com.ecyrd.jspwiki.rss
Class AtomFeed
java.lang.Object
com.ecyrd.jspwiki.rss.Feed
com.ecyrd.jspwiki.rss.AtomFeed
public class AtomFeed
- extends Feed
Provides an Atom 1.0 standard feed, with enclosures.
- 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 |
RFC3339FORMAT
public static final String RFC3339FORMAT
- See Also:
- Constant Field Values
AtomFeed
public AtomFeed(WikiContext c)
getString
public String getString()
- Specified by:
getString
in class Feed