public class ContextBatchPluginResource extends AbstractPluginResource
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.
completeKeys| Constructor and Description |
|---|
ContextBatchPluginResource(List<String> contexts,
Iterable<String> excludedContexts,
Set<String> completeKeys,
boolean removeSuperResources) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getContexts() |
Iterable<String> |
getExcludedContexts() |
Collection<ContextBatchPluginResource> |
splitIntoParts() |
public Collection<ContextBatchPluginResource> splitIntoParts()
Copyright © 2018 Atlassian. All rights reserved.