| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.cdn | |
| com.atlassian.plugin.webresource.cdn.mapper | |
| com.atlassian.plugin.webresource.prebake |
| Modifier and Type | Method and Description |
|---|---|
default Optional<PrebakeConfig> |
CDNStrategy.getPrebakeConfig()
Define how pre-baked resources in CT-CDN will be consumed by transforming local URLs according to a mapping file.
|
Optional<PrebakeConfig> |
NoOpCDNStrategy.getPrebakeConfig() |
| Constructor and Description |
|---|
NoOpCDNStrategy(Optional<PrebakeConfig> prebakeConfig) |
| Constructor and Description |
|---|
MemoryLocalWebResourceMapper(WebResourceIntegration webResourceIntegration,
MappingParser mappingParser,
PrebakeConfig prebakeConfig,
String globalStateHash,
String ctCdnBaseUrl,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
static PrebakeConfig |
PrebakeConfig.forPattern(String mappingPathPattern)
Creates a PrebakeConfig that uses a mapping path pattern like
/path/to/${state}/mapping.json |
Copyright © 2017 Atlassian. All rights reserved.