Uses of Class
com.atlassian.plugin.servlet.DownloadException

Packages that use DownloadException
com.atlassian.plugin.servlet   
com.atlassian.plugin.servlet.download.plugin   
 

Uses of DownloadException in com.atlassian.plugin.servlet
 

Methods in com.atlassian.plugin.servlet that throw DownloadException
 void DownloadStrategy.serveFile(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Serves the file for the given request and response.
 void DownloadableResource.serveResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Writes the resource content out into the response.
 void ForwardableResource.serveResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void DownloadableResource.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 DownloadException
 void PluggableDownloadStrategy.serveFile(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 



Copyright © 2015 Atlassian. All rights reserved.