Uses of Interface
com.atlassian.plugin.webresource.cdn.CdnResourceUrlTransformer
Packages that use CdnResourceUrlTransformer
Package
Description
-
Uses of CdnResourceUrlTransformer in com.atlassian.plugin.webresource
Methods in com.atlassian.plugin.webresource with parameters of type CdnResourceUrlTransformerModifier and TypeMethodDescriptionWebResourceTransformation.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, TransformerCache transformerCache, Resource resource, Content content, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams params, String sourceUrl) -
Uses of CdnResourceUrlTransformer in com.atlassian.plugin.webresource.cdn
Classes in com.atlassian.plugin.webresource.cdn that implement CdnResourceUrlTransformerModifier and TypeClassDescriptionclassWraps CDN prefix method from Config in order to not expose this class. -
Uses of CdnResourceUrlTransformer in com.atlassian.plugin.webresource.impl.config
Methods in com.atlassian.plugin.webresource.impl.config that return CdnResourceUrlTransformerModifier and TypeMethodDescriptionConfig.getCdnResourceUrlTransformer()Returns a URL transformer to allow clients to map resource URLs as inConfig.getResourceCdnPrefix(String). -
Uses of CdnResourceUrlTransformer in com.atlassian.plugin.webresource.transformer
Methods in com.atlassian.plugin.webresource.transformer with parameters of type CdnResourceUrlTransformerModifier and TypeMethodDescriptionUrlReadingContentTransformer.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, Content content, com.atlassian.plugin.elements.ResourceLocation location, QueryParams params, String sourceUrl) Transforms the downloadable resource by returning a new one.Constructors in com.atlassian.plugin.webresource.transformer with parameters of type CdnResourceUrlTransformerModifierConstructorDescriptionDefaultStaticTransformersSupplier(WebResourceIntegration webResourceIntegration, WebResourceUrlProvider urlProvider, CdnResourceUrlTransformer cdnResourceUrlTransformer) -
Uses of CdnResourceUrlTransformer in com.atlassian.plugin.webresource.transformer.instance
Constructors in com.atlassian.plugin.webresource.transformer.instance with parameters of type CdnResourceUrlTransformerModifierConstructorDescriptionRelativeUrlTransformerFactory(WebResourceIntegration webResourceIntegration, WebResourceUrlProvider webResourceUrlProvider, CdnResourceUrlTransformer cdnResourceUrlTransformer)