public class SuperBatchPluginResource extends AbstractPluginResource
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.
completeKeys| Modifier | Constructor and Description |
|---|---|
protected |
SuperBatchPluginResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatchedWebResourceDescriptor(String key) |
void |
addExcludedContext(String key) |
Iterable<String> |
getExcludedContexts()
Used to ensure superbatch does not double-serve resources loaded in
an earlier
ResourcePhase. |
boolean |
isEmpty() |
public void addBatchedWebResourceDescriptor(String key)
public void addExcludedContext(String key)
public Iterable<String> getExcludedContexts()
ResourcePhase.public boolean isEmpty()
Copyright © 2024 Atlassian. All rights reserved.