com.atlassian.plugin.webresource
Class SuperBatchDownloadableResource

java.lang.Object
  extended by com.atlassian.plugin.webresource.AbstractBatchDownloadableResource
      extended by 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.


Constructor Summary
SuperBatchDownloadableResource(String type, Map<String,String> params, Iterable<DownloadableResource> resources, CacheHandle cacher)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.atlassian.plugin.webresource.AbstractBatchDownloadableResource
getContentType, getParams, getType, isEmpty, isResourceModified, serveResource, streamResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuperBatchDownloadableResource

public SuperBatchDownloadableResource(String type,
                                      Map<String,String> params,
                                      Iterable<DownloadableResource> resources,
                                      CacheHandle cacher)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Atlassian. All Rights Reserved.