Interface RssRenderSupport<T>

All Known Implementing Classes:
AbstractContentEntityRenderSupport, AbstractRenderSupport, AttachmentRenderSupport, CommentRenderSupport, PageRenderSupport

public interface RssRenderSupport<T>
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 SyndFeedService to populate the various fields on each item in an RSS or Atom feed.