Package org.apache.wiki.rss
Class AtomFeed
- java.lang.Object
-
- org.apache.wiki.rss.Feed
-
- org.apache.wiki.rss.AtomFeed
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RFC3339FORMAT
Defines a SimpleDateFormat string for RFC3339-formatted dates.-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Field Detail
-
RFC3339FORMAT
public static final java.lang.String RFC3339FORMAT
Defines a SimpleDateFormat string for RFC3339-formatted dates.- See Also:
- Constant Field Values
-
-