Uses of Class
com.atlassian.plugin.webresource.transformer.TransformerCache
Packages that use TransformerCache
Package
Description
-
Uses of TransformerCache in com.atlassian.plugin.webresource
Methods in com.atlassian.plugin.webresource with parameters of type TransformerCacheModifier and TypeMethodDescriptionbooleanWebResourceTransformation.addAllUsedQueryParameters(Set<String> paramKeys, TransformerCache transformerCache) voidWebResourceTransformation.addTransformParameters(TransformerCache transformerCache, TransformerParameters transformerParameters, UrlBuilder urlBuilder, UrlBuildingStrategy urlBuildingStrategy) WebResourceTransformation.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, TransformerCache transformerCache, Resource resource, Content content, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams params, String sourceUrl) -
Uses of TransformerCache in com.atlassian.plugin.webresource.impl
Methods in com.atlassian.plugin.webresource.impl with parameters of type TransformerCacheModifier and TypeMethodDescriptionbooleanCachedTransformers.addAllUsedQueryParameters(Set<String> paramKeys, String type, TransformerCache transformerCache) Get list of param keys used by these transformers.voidCachedTransformers.addToUrlSafely(UrlBuilder urlBuilder, UrlBuildingStrategy urlBuildingStrategy, String type, TransformerCache transformerCache, TransformerParameters transformerParameters, String webResourceKey) Add transformer parameters to url. -
Uses of TransformerCache in com.atlassian.plugin.webresource.impl.config
Methods in com.atlassian.plugin.webresource.impl.config that return TransformerCacheConstructors in com.atlassian.plugin.webresource.impl.config with parameters of type TransformerCacheModifierConstructorDescriptionConfig(ResourceBatchingConfiguration batchingConfiguration, WebResourceIntegration integration, WebResourceUrlProvider urlProvider, com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory, TransformerCache transformerCache)