com.atlassian.confluence.rss
Interface RssRenderSupport
- All Known Implementing Classes:
- AbstractContentEntityRenderSupport, AttachmentRenderSupport, CommentRenderSupport, MailRenderSupport, PageRenderSupport, UserStatusRenderSupport
public interface RssRenderSupport
Implementations of this class are reponsible for producing RSS content for a
particular class of Confluence object: page, mail, attachment, etc.
The methods are called by the FeedBuilder
to populate the various
fields on each item in an RSS or Atom feed.
getTitle
String getTitle(RssRenderItem item)
getLink
String getLink(RssRenderItem item)
getCategories
List getCategories(RssRenderItem item)
getRenderedContent
String getRenderedContent(RssRenderItem item)