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>
public class AttachmentRenderSupport
- extends AbstractRenderSupport<Attachment>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentRenderSupport
public AttachmentRenderSupport()
getTitle
public String getTitle(RssRenderItem item)
getLink
public String getLink(RssRenderItem item)
getCategories
public List<com.sun.syndication.feed.synd.SyndCategory> getCategories(RssRenderItem item)
getRenderedContent
public String getRenderedContent(RssRenderItem item,
com.atlassian.util.concurrent.Timeout timeout)
getRenderContext
protected com.atlassian.renderer.RenderContext getRenderContext(Attachment attachment,
com.atlassian.util.concurrent.Timeout timeout)
- Specified by:
getRenderContext
in class AbstractRenderSupport<Attachment>
setAttachmentManager
public void setAttachmentManager(AttachmentManager attachmentManager)
Copyright © 2003-2013 Atlassian. All Rights Reserved.