Class RSS20Feed

java.lang.Object
org.apache.wiki.rss.Feed
org.apache.wiki.rss.RSS20Feed

public class RSS20Feed
extends Feed
Represents an RSS 2.0 feed (with enclosures). This feed provides no fizz-bang features.
Since:
2.2.27
  • Constructor Details

    • RSS20Feed

      public RSS20Feed​(Context context)
      Creates an RSS 2.0 feed for the specified Context.
      Parameters:
      context - The WikiContext.
  • Method Details

    • getString

      public java.lang.String getString()
      Returns the XML for the feed contents in a String format. All subclasses must implement.
      Specified by:
      getString in class Feed
      Returns:
      valid XML, ready to be shoved out.