Class AtomFeed


  • public class AtomFeed
    extends Feed
    Provides an Atom 1.0 standard feed, with enclosures.
    • Constructor Detail

      • AtomFeed

        public AtomFeed​(Context c)
        Create a new AtomFeed for a given WikiContext.
        Parameters:
        c - A 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.