Class RSS10Feed


  • public class RSS10Feed
    extends Feed
    Provides an implementation of an RSS 1.0 feed. In addition, this class is capable of adding RSS 1.0 Wiki Extensions to the Feed, as defined in UseMod:ModWiki.
    • Constructor Detail

      • RSS10Feed

        public RSS10Feed​(Context context)
        Create an RSS 1.0 feed for a given context.
        Parameters:
        context - The WikiContext.
    • Method Detail

      • 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.