| Modifier and Type | Method and Description |
|---|---|
Content |
WebResourceTransformation.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer,
TransformerCache transformerCache,
Resource resource,
Content content,
com.atlassian.plugin.elements.ResourceLocation resourceLocation,
String filePath,
QueryParams params,
String sourceUrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
CdnResourceUrlTransformerImpl
Wraps CDN prefix method from Config in order to not expose this class.
|
| Modifier and Type | Method and Description |
|---|---|
CdnResourceUrlTransformer |
Config.getCdnResourceUrlTransformer()
Returns a URL transformer to allow clients to map resource URLs as in
Config.getResourceCdnPrefix(String). |
| Modifier and Type | Method and Description |
|---|---|
Content |
UrlReadingContentTransformer.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer,
Content content,
com.atlassian.plugin.elements.ResourceLocation location,
QueryParams params,
String sourceUrl)
Transforms the downloadable resource by returning a new one.
|
| Constructor and Description |
|---|
DefaultStaticTransformersSupplier(WebResourceIntegration webResourceIntegration,
WebResourceUrlProvider urlProvider,
CdnResourceUrlTransformer cdnResourceUrlTransformer) |
| Constructor and Description |
|---|
RelativeUrlTransformerFactory(WebResourceIntegration webResourceIntegration,
WebResourceUrlProvider webResourceUrlProvider,
CdnResourceUrlTransformer cdnResourceUrlTransformer) |
Copyright © 2017 Atlassian. All rights reserved.