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

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

Uses of DownloadException in com.atlassian.plugin.servlet
 

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

Uses of DownloadException in com.atlassian.plugin.webresource
 

Methods in com.atlassian.plugin.webresource that throw DownloadException
 void BatchPluginResource.serveResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void SuperBatchPluginResource.serveResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void BatchPluginResource.streamResource(OutputStream out)
           
 void SuperBatchPluginResource.streamResource(OutputStream out)
           
 

Uses of DownloadException in com.atlassian.plugin.webresource.transformer
 

Methods in com.atlassian.plugin.webresource.transformer that throw DownloadException
 void AbstractTransformedDownloadableResource.serveResource(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response)
           
 void AbstractStringTransformedDownloadableResource.streamResource(OutputStream out)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.