public class

ThumbnailDownload

extends AttachmentDownload
java.lang.Object
   ↳ com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
     ↳ com.atlassian.confluence.servlet.download.AttachmentDownload
       ↳ com.atlassian.confluence.servlet.download.ThumbnailDownload

Summary

Constants
String THUMBNAIL_MIME_TYPE This constant is deprecated. since 3.5
Public Constructors
ThumbnailDownload()
Public Methods
void setEventPublisher(EventPublisher eventPublisher)
Protected Methods
void getEventToPublish(Attachment attachment)
String getUrlPrefix()
void setHeadersForAttachment(String name, long contentLength, String contentType, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
[Expand]
Inherited Methods
From class com.atlassian.confluence.servlet.download.AttachmentDownload
From class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
From class java.lang.Object
From interface com.atlassian.plugin.servlet.DownloadStrategy

Constants

public static final String THUMBNAIL_MIME_TYPE

This constant is deprecated.
since 3.5

Constant Value: "image/jpeg"

Public Constructors

public ThumbnailDownload ()

Public Methods

public void setEventPublisher (EventPublisher eventPublisher)

Protected Methods

protected void getEventToPublish (Attachment attachment)

protected String getUrlPrefix ()

protected void setHeadersForAttachment (String name, long contentLength, String contentType, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)