Class BatchPluginResource
java.lang.Object
com.atlassian.plugin.webresource.legacy.AbstractPluginResource
com.atlassian.plugin.webresource.legacy.BatchPluginResource
- All Implemented Interfaces:
PluginResource
Represents a batch of plugin resources.
It provides methods to parse and generate urls to locate a batch of plugin resources.
- Since:
- 2.2
-
Field Summary
Fields inherited from class com.atlassian.plugin.webresource.legacy.AbstractPluginResource
completeKeys -
Constructor Summary
ConstructorsConstructorDescriptionBatchPluginResource(String key, String completeKey) This constructor should only ever be used internally within this class. -
Method Summary
-
Constructor Details
-
BatchPluginResource
This constructor should only ever be used internally within this class. It does not ensure that the resourceName's file extension is the same as the given type. It is up to the calling code to ensure this.
-
-
Method Details