com.atlassian.plugin.webresource
Class SuperBatchSubResource
java.lang.Object
com.atlassian.plugin.webresource.SuperBatchPluginResource
com.atlassian.plugin.webresource.SuperBatchSubResource
- All Implemented Interfaces:
- DownloadableResource, BatchResource, PluginResource
public class SuperBatchSubResource
- extends SuperBatchPluginResource
Represents a plugin resource that is a subordinate of the super batch.
This is typically the case for CSS in the superbatch with relative urls to images. For example:
/download/superbatch/css/images/foo.png
| Methods inherited from class com.atlassian.plugin.webresource.SuperBatchPluginResource |
add, createBatchFor, getContentType, getModuleCompleteKey, getParams, getResourceName, getType, getType, getUrl, getVersion, isCacheSupported, isEmpty, isResourceModified, serveResource, streamResource, toString |
SuperBatchSubResource
public SuperBatchSubResource(String resourceName,
String type,
Map<String,String> params)
matches
public static boolean matches(String path)
parse
public static SuperBatchSubResource parse(String path,
Map<String,String> params)
Copyright © 2010 Atlassian. All Rights Reserved.