Uses of Interface
com.atlassian.plugin.servlet.DownloadStrategy
Packages that use DownloadStrategy
-
Uses of DownloadStrategy in com.atlassian.plugin.servlet
Methods in com.atlassian.plugin.servlet that return types with arguments of type DownloadStrategyModifier and TypeMethodDescriptionprotected abstract List<DownloadStrategy> AbstractFileServerServlet.getDownloadStrategies()Returns a list ofDownloadStrategyobjects 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 DownloadStrategyModifier and TypeClassDescriptionclassA download strategy which maintains a list ofDownloadStrategyModuleDescriptors and delegates to them in order.Methods in com.atlassian.plugin.servlet.download.plugin that return DownloadStrategyMethods in com.atlassian.plugin.servlet.download.plugin with parameters of type DownloadStrategyModifier and TypeMethodDescriptionvoidPluggableDownloadStrategy.register(String key, DownloadStrategy strategy)