com.atlassian.plugin.webresource
Class SuperBatchDownloadableResource
java.lang.Object
com.atlassian.plugin.webresource.AbstractBatchDownloadableResource
com.atlassian.plugin.webresource.SuperBatchDownloadableResource
- All Implemented Interfaces:
- DownloadableResource
public class SuperBatchDownloadableResource
- extends AbstractBatchDownloadableResource
Creates a batch of all like-typed resources that are declared as "super-batch="true"" in their plugin
definitions.
The URL for batch resources is /download/superbatch/<type>/batch.<type. The additional type part in the path
is simply there to make the number of path-parts identical with other resources, so relative URLs will still work
in CSS files.
SuperBatchDownloadableResource
public SuperBatchDownloadableResource(String type,
Map<String,String> params,
Iterable<DownloadableResource> resources,
CacheHandle cacher)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 Atlassian. All Rights Reserved.