Uses of Class
com.atlassian.plugin.servlet.DownloadException
Packages that use DownloadException
-
Uses of DownloadException in com.atlassian.plugin.servlet
Methods in com.atlassian.plugin.servlet that throw DownloadExceptionModifier and TypeMethodDescriptionvoidDownloadStrategy.serveFile(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Serves the file for the given request and response.voidDownloadableResource.serveResource(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Writes the resource content out into the response.voidForwardableResource.serveResource(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) voidDownloadableResource.streamResource(OutputStream out) Write the resource to the supplied OutputStream. -
Uses of DownloadException in com.atlassian.plugin.servlet.download.plugin
Methods in com.atlassian.plugin.servlet.download.plugin that throw DownloadExceptionModifier and TypeMethodDescriptionvoidPluggableDownloadStrategy.serveFile(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)