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
 

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 © 2015 Atlassian. All rights reserved.