com.atlassian.confluence.rss
Class AttachmentRenderSupport

java.lang.Object
  extended by com.atlassian.confluence.rss.AbstractRenderSupport<Attachment>
      extended by com.atlassian.confluence.rss.AttachmentRenderSupport
All Implemented Interfaces:
RssRenderSupport<Attachment>

public class AttachmentRenderSupport
extends AbstractRenderSupport<Attachment>


Field Summary
 
Fields inherited from class com.atlassian.confluence.rss.AbstractRenderSupport
settingsManager, userAccessor, viewBodyTypeAwareRenderer, webResourceManager
 
Constructor Summary
AttachmentRenderSupport()
           
 
Method Summary
 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)
           
 String getRenderedContent(RssRenderItem item, com.atlassian.util.concurrent.Timeout timeout)
           
 String getTitle(RssRenderItem item)
           
 void setAttachmentManager(AttachmentManager attachmentManager)
           
 
Methods inherited from class com.atlassian.confluence.rss.AbstractRenderSupport
getContextMap, setSettingsManager, setUserAccessor, setViewBodyTypeAwareRenderer, setWebResourceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentRenderSupport

public AttachmentRenderSupport()
Method Detail

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-2012 Atlassian. All Rights Reserved.