com.atlassian.renderer.attachments
Interface RendererAttachmentManager


public interface RendererAttachmentManager

Defines a project agnostic attachment manager that will allow the embedded resources to resolve and work with attachments.


Method Summary
 RendererAttachment getAttachment(RenderContext context, EmbeddedResource resource)
           
 RendererAttachment getThumbnail(RendererAttachment attachment, RenderContext context, EmbeddedImage resource)
           
 boolean systemSupportsThumbnailing()
           
 

Method Detail

getAttachment

RendererAttachment getAttachment(RenderContext context,
                                 EmbeddedResource resource)

getThumbnail

RendererAttachment getThumbnail(RendererAttachment attachment,
                                RenderContext context,
                                EmbeddedImage resource)

systemSupportsThumbnailing

boolean systemSupportsThumbnailing()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.