Interface | Description |
---|---|
FeedBuilder |
Builds a syndication feed (Atom or RSS) from a search query.
|
FeedCustomContentType |
Allows plugins to provide custom content types to the feed builder
|
RssRenderSupport<T> |
Implementations of this class are reponsible for producing RSS content for a
particular class of Confluence object: page, mail, attachment, etc.
|
Class | Description |
---|---|
AbstractContentEntityRenderSupport<T extends ContentEntityObject> | |
AbstractRenderSupport<T> | |
AttachmentRenderSupport | |
CommentRenderSupport | |
DefaultFeedBuilder | |
FeedCustomContentTypeModuleDescriptor | |
FeedProperties |
Allows users to specify properties of the feed.
|
FeedSupportModuleDescriptor |
Allows plugins to provide builders for items in an RSS/Atom feed served by Confluence.
|
FeedTimeoutEvent |
An event sent when a
Timeout occurs when rendering a SyndEntry . |
PageRenderSupport |
Responsible for rendering RSS feeds for implementations of
AbstractPage : blog posts and pages. |
RssFeedExecutionEvent |
An analytics event that is published whenever Confluence executes an RSS feed
|
RssRenderItem<T> |
Contains the configuration necessary for an implementation of
RssRenderSupport
to render an RSS item. |
Enum | Description |
---|---|
FeedType |
The type of feed.
|
Copyright © 2003–2020 Atlassian. All rights reserved.