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()
Protected Methods
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 ()

Protected Methods

protected String getUrlPrefix ()

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