com.atlassian.confluence.importexport.impl
Class ExportEmbeddedImageRenderer

java.lang.Object
  extended bycom.atlassian.renderer.embedded.EmbeddedImageRenderer
      extended bycom.atlassian.confluence.importexport.impl.ExportEmbeddedImageRenderer
All Implemented Interfaces:
EmbeddedResourceRenderer

public class ExportEmbeddedImageRenderer
extends EmbeddedImageRenderer

The export renderer copies the embedded resource into the export directory and then generates a link to that exported file. In the case of thumbnailed images, the thumbnails are exported.


Constructor Summary
ExportEmbeddedImageRenderer(ExportContext exportContext)
           
 
Method Summary
protected  RendererAttachment getAttachment(RenderContext context, EmbeddedResource resource)
           
protected  RendererAttachment getThumbnail(RendererAttachment attachment, RenderContext context, EmbeddedImage embeddedImage)
           
 void setPageManager(PageManager pageManager)
           
 
Methods inherited from class com.atlassian.renderer.embedded.EmbeddedImageRenderer
getAttachmentManager, renderResource, setAttachmentManager, writeImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportEmbeddedImageRenderer

public ExportEmbeddedImageRenderer(ExportContext exportContext)
Method Detail

getAttachment

protected RendererAttachment getAttachment(RenderContext context,
                                           EmbeddedResource resource)

getThumbnail

protected RendererAttachment getThumbnail(RendererAttachment attachment,
                                          RenderContext context,
                                          EmbeddedImage embeddedImage)

setPageManager

public void setPageManager(PageManager pageManager)


Confluence is developed by Atlassian.