public static class UrlGenerationHelpers.WebResourceBatch extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
key |
protected Map<String,RequestCache.ResourceKeysSupplier> |
standaloneResourceKeysByType |
List<UrlGenerationHelpers.SubBatch> |
subBatches |
| Constructor and Description |
|---|
WebResourceBatch(String key,
List<UrlGenerationHelpers.SubBatch> subBatches,
List<Resource> standaloneResources) |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
getStandaloneResourcesOfType(RequestCache requestCache,
String type) |
public final String key
public final List<UrlGenerationHelpers.SubBatch> subBatches
protected final Map<String,RequestCache.ResourceKeysSupplier> standaloneResourceKeysByType
public WebResourceBatch(String key, List<UrlGenerationHelpers.SubBatch> subBatches, List<Resource> standaloneResources)
public List<Resource> getStandaloneResourcesOfType(RequestCache requestCache, String type)
Copyright © 2018 Atlassian. All rights reserved.