public class AttachmentRenderSupport extends AbstractRenderSupport<Attachment>
settingsManager, userAccessor, viewBodyTypeAwareRenderer, webResourceManager
Constructor and Description |
---|
AttachmentRenderSupport() |
Modifier and Type | Method and Description |
---|---|
List<com.sun.syndication.feed.synd.SyndCategory> |
getCategories(RssRenderItem item) |
String |
getLink(RssRenderItem item) |
protected com.atlassian.renderer.RenderContext |
getRenderContext(Attachment attachment,
com.atlassian.util.concurrent.Timeout timeout)
Deprecated.
|
String |
getRenderedContent(RssRenderItem item,
com.atlassian.util.concurrent.Timeout timeout)
Deprecated.
|
String |
getTitle(RssRenderItem item) |
void |
setAttachmentManager(AttachmentManager attachmentManager) |
contextMap, getContextMap, renderContext, setSettingsManager, setUserAccessor, setViewBodyTypeAwareRenderer, setWebResourceManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
renderedContext
public String getTitle(RssRenderItem item)
public String getLink(RssRenderItem item)
public List<com.sun.syndication.feed.synd.SyndCategory> getCategories(RssRenderItem item)
@Deprecated public String getRenderedContent(RssRenderItem item, com.atlassian.util.concurrent.Timeout timeout)
RssRenderSupport.renderedContext(RssRenderItem, io.atlassian.util.concurrent.Timeout)
@Deprecated protected com.atlassian.renderer.RenderContext getRenderContext(Attachment attachment, com.atlassian.util.concurrent.Timeout timeout)
RssRenderSupport.renderedContext(RssRenderItem, io.atlassian.util.concurrent.Timeout)
getRenderContext
in class AbstractRenderSupport<Attachment>
public void setAttachmentManager(AttachmentManager attachmentManager)
Copyright © 2003–2020 Atlassian. All rights reserved.