Package com.atlassian.confluence.rss
Class CommentRenderSupport
- java.lang.Object
-
- com.atlassian.confluence.rss.AbstractRenderSupport<T>
-
- com.atlassian.confluence.rss.AbstractContentEntityRenderSupport<Comment>
-
- com.atlassian.confluence.rss.CommentRenderSupport
-
- All Implemented Interfaces:
RssRenderSupport<Comment>
public class CommentRenderSupport extends AbstractContentEntityRenderSupport<Comment>
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
wikiStyleRenderer
-
Fields inherited from class com.atlassian.confluence.rss.AbstractRenderSupport
settingsManager, userAccessor, viewBodyTypeAwareRenderer, webResourceManager
-
-
Constructor Summary
Constructors Constructor Description CommentRenderSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getCategoryNames(RssRenderItem<? extends Comment> item)
String
getTitle(RssRenderItem<? extends Comment> item)
String
renderedContext(RssRenderItem<? extends Comment> item, io.atlassian.util.concurrent.Timeout timeout)
-
Methods inherited from class com.atlassian.confluence.rss.AbstractContentEntityRenderSupport
getLink, getText, renderContext, setWikiStyleRenderer
-
Methods inherited from class com.atlassian.confluence.rss.AbstractRenderSupport
contextMap, getContextMap, getRenderContext, setSettingsManager, setUserAccessor, setViewBodyTypeAwareRenderer, setWebResourceManager
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.rss.RssRenderSupport
getCategories, getRenderedContent
-
-
-
-
Method Detail
-
getTitle
public String getTitle(RssRenderItem<? extends Comment> item)
-
getCategoryNames
public List<String> getCategoryNames(RssRenderItem<? extends Comment> item)
- Specified by:
getCategoryNames
in interfaceRssRenderSupport<Comment>
- Overrides:
getCategoryNames
in classAbstractContentEntityRenderSupport<Comment>
-
renderedContext
public String renderedContext(RssRenderItem<? extends Comment> item, io.atlassian.util.concurrent.Timeout timeout)
-
-