Uses of Interface
com.atlassian.plugin.servlet.DownloadStrategy

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

Uses of DownloadStrategy in com.atlassian.plugin.servlet
 

Classes in com.atlassian.plugin.servlet that implement DownloadStrategy
 class PluginResourceDownload
          A downloadable plugin resource, as described here: http://confluence.atlassian.com/display/JIRA/Downloadable+plugin+resource It supports the download of single plugin resources as well as batching.
 

Methods in com.atlassian.plugin.servlet that return types with arguments of type DownloadStrategy
protected abstract  List<DownloadStrategy> AbstractFileServerServlet.getDownloadStrategies()
          Returns a list of DownloadStrategy objects in the order that they will be matched against.
 

Uses of DownloadStrategy in com.atlassian.plugin.servlet.download.plugin
 

Classes in com.atlassian.plugin.servlet.download.plugin that implement DownloadStrategy
 class PluggableDownloadStrategy
          A download strategy which maintains a list of DownloadStrategyModuleDescriptors and delegates to them in order.
 

Methods in com.atlassian.plugin.servlet.download.plugin that return DownloadStrategy
 DownloadStrategy DownloadStrategyModuleDescriptor.getModule()
           
 

Methods in com.atlassian.plugin.servlet.download.plugin with parameters of type DownloadStrategy
 void PluggableDownloadStrategy.register(String key, DownloadStrategy strategy)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.