Class RssDescriptor

java.lang.Object
com.atlassian.confluence.core.actions.RssDescriptor

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

    • RssDescriptor

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

    • getTitle

      public String getTitle()
    • getAtomHref

      public String getAtomHref()
    • getRssHref

      public String getRssHref()