public class AllAttachmentsDownload extends Object implements com.atlassian.plugin.servlet.DownloadStrategy
Constructor and Description |
---|
AllAttachmentsDownload(AttachmentManager attachmentManager,
PageManager pageManager,
PermissionManager permissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(String urlPath) |
void |
serveFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public AllAttachmentsDownload(AttachmentManager attachmentManager, PageManager pageManager, PermissionManager permissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager)
public boolean matches(String urlPath)
matches
in interface com.atlassian.plugin.servlet.DownloadStrategy
public void serveFile(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws com.atlassian.plugin.servlet.DownloadException
serveFile
in interface com.atlassian.plugin.servlet.DownloadStrategy
com.atlassian.plugin.servlet.DownloadException
Copyright © 2003–2017 Atlassian. All rights reserved.