Package com.atlassian.confluence.rss
Class FeedProperties
java.lang.Object
com.atlassian.confluence.rss.FeedProperties
Allows users to specify properties of the feed.
Used primarily by
SyndFeedService-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFeedProperties(String title, String description, boolean showContent, boolean publicFeed) -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()booleanA public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").boolean
-
Field Details
-
DEFAULT_FEED_TITLE
- See Also:
-
-
Constructor Details
-
FeedProperties
- Parameters:
title- the title. UsesDEFAULT_FEED_TITLEif 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
-
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").
-