com.atlassian.confluence.servlet.download
Class ThumbnailDownload

java.lang.Object
  extended by com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
      extended by com.atlassian.confluence.servlet.download.AttachmentDownload
          extended by com.atlassian.confluence.servlet.download.ThumbnailDownload
All Implemented Interfaces:
DownloadStrategy

public class ThumbnailDownload
extends AttachmentDownload


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
ServeAfterTransactionDownload.StreamResultCallback
 
Constructor Summary
ThumbnailDownload()
           
 
Method Summary
protected  String getUrlPrefix()
           
protected  void setHeadersForAttachment(String name, long contentLength, String contentType, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
           
 
Methods inherited from class com.atlassian.confluence.servlet.download.AttachmentDownload
getStreamForDownload, matches, setAttachmentUrlParser, setDownloadResourceManager, setEventManager, setFileNameHeader
 
Methods inherited from class com.atlassian.confluence.servlet.download.ServeAfterTransactionDownload
getDecodedPathInfo, getStreamResultCallback, serveFile, setTransactionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailDownload

public ThumbnailDownload()
Method Detail

setHeadersForAttachment

protected void setHeadersForAttachment(String name,
                                       long contentLength,
                                       String contentType,
                                       HttpServletRequest httpServletRequest,
                                       HttpServletResponse httpServletResponse)
Overrides:
setHeadersForAttachment in class AttachmentDownload

getUrlPrefix

protected String getUrlPrefix()
Overrides:
getUrlPrefix in class AttachmentDownload


Confluence is developed by Atlassian Pty Ltd.