Package com.atlassian.confluence.rss
Class AttachmentRenderSupport
java.lang.Object
com.atlassian.confluence.rss.AbstractRenderSupport<Attachment>
com.atlassian.confluence.rss.AttachmentRenderSupport
- All Implemented Interfaces:
- RssRenderSupport<Attachment>
- 
Field SummaryFields inherited from class com.atlassian.confluence.rss.AbstractRenderSupportsettingsManager, userAccessor, viewBodyTypeAwareRenderer, webResourceManager
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCategoryNames(RssRenderItem<? extends Attachment> item) getLink(RssRenderItem<? extends Attachment> item) getTitle(RssRenderItem<? extends Attachment> item) protected com.atlassian.renderer.RenderContextrenderContext(Attachment attachment, io.atlassian.util.concurrent.Timeout timeout) renderedContext(RssRenderItem<? extends Attachment> item, io.atlassian.util.concurrent.Timeout timeout) voidsetAttachmentManager(AttachmentManager attachmentManager) Methods inherited from class com.atlassian.confluence.rss.AbstractRenderSupportcontextMap, setSettingsManager, setUserAccessor, setViewBodyTypeAwareRenderer, setWebResourceManager
- 
Constructor Details- 
AttachmentRenderSupportpublic AttachmentRenderSupport()
 
- 
- 
Method Details- 
getTitle
- 
getLink
- 
getCategoryNames
- 
renderedContextpublic String renderedContext(RssRenderItem<? extends Attachment> item, io.atlassian.util.concurrent.Timeout timeout) 
- 
renderContextprotected com.atlassian.renderer.RenderContext renderContext(Attachment attachment, io.atlassian.util.concurrent.Timeout timeout) - Specified by:
- renderContextin class- AbstractRenderSupport<Attachment>
 
- 
setAttachmentManager
 
-