Class RssDescriptor


  • public class RssDescriptor
    extends Object
    This class describes an RSS feed. It is used to provide RSS and Atom discovery.
    • Constructor Detail

      • RssDescriptor

        public RssDescriptor​(String baseHref,
                             String title,
                             boolean authenticated)
    • Method Detail

      • getTitle

        public String getTitle()
      • getAtomHref

        public String getAtomHref()
      • getRssHref

        public String getRssHref()