Class ContextBatchPluginResource
java.lang.Object
com.atlassian.plugin.webresource.legacy.AbstractPluginResource
com.atlassian.plugin.webresource.legacy.ContextBatchPluginResource
- All Implemented Interfaces:
PluginResource
Represents a batch of all resources that declare themselves as part of a given context(s).
The URL for batch resources is /download/contextbatch/<type>/<contextname>/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.
The <contextname> part has the following syntax -
<includedContext1>,<includedContext2>,-<excludedContext1>,-<excludedContext2>
To clarify, multiple comma separated contexts should be combined with any contexts preceded by a '-' to be excluded.
- Since:
- 2.9.0
-
Field Summary
Fields inherited from class com.atlassian.plugin.webresource.legacy.AbstractPluginResource
completeKeys -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ContextBatchPluginResource
-
-
Method Details
-
getContexts
-
getExcludedContexts
-