Class FeedProperties

java.lang.Object
com.atlassian.confluence.rss.FeedProperties

public class FeedProperties extends Object
Allows users to specify properties of the feed. Used primarily by SyndFeedService
  • Field Details

  • Constructor Details

    • FeedProperties

      public FeedProperties(String title, String description, boolean showContent, boolean publicFeed)
      Parameters:
      title - the title. Uses DEFAULT_FEED_TITLE if none is specified.
      description - required.
      showContent - if the full content should be shown in the feed.
      publicFeed - if the feed is public.
  • Method Details

    • getTitle

      public String getTitle()
    • getDescription

      public String getDescription()
    • isShowContent

      public boolean isShowContent()
    • isPublicFeed

      public boolean isPublicFeed()
      A public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").