| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.impl.helpers |
| Modifier and Type | Field and Description |
|---|---|
List<UrlGenerationHelpers.WebResourceBatch> |
UrlGenerationHelpers.CalculatedBatches.webResourceBatches |
| Modifier and Type | Method and Description |
|---|---|
protected static Tuple<List<UrlGenerationHelpers.ContextBatch>,List<UrlGenerationHelpers.WebResourceBatch>> |
UrlGenerationHelpers.splitIntoSubBatches(RequestCache requestCache,
UrlBuildingStrategy urlBuilderStrategy,
List<UrlGenerationHelpers.ContextBatchKey> contextBatchKeys,
List<String> webResourceBatchKeys)
Split batches into sub batches grouped by URL parameters and set of standalone resources.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<ResourceUrl> |
UrlGenerationHelpers.collectUrlStateAndBuildResourceUrls(RequestState requestState,
UrlBuildingStrategy urlBuilderStrategy,
List<UrlGenerationHelpers.ContextBatch> contextBatches,
List<UrlGenerationHelpers.WebResourceBatch> webResourceBatches)
Collect URL State for Conditions and Transformers and build Resource URLs.
|
| Constructor and Description |
|---|
CalculatedBatches(List<UrlGenerationHelpers.ContextBatch> contextBatches,
List<UrlGenerationHelpers.WebResourceBatch> webResourceBatches,
LinkedHashSet<String> excludedResolved) |
Copyright © 2017 Atlassian. All rights reserved.