public class WebResourceTransformation extends Object
| Constructor and Description |
|---|
WebResourceTransformation(org.dom4j.Element element) |
WebResourceTransformation(TransformationDto transformationDto) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransformParameters(TransformerCache transformerCache,
TransformerParameters transformerParameters,
UrlBuilder urlBuilder,
UrlBuildingStrategy urlBuildingStrategy) |
Dimensions |
computeDimensions(TransformerCache transformerCache) |
boolean |
containsOnlyPureUrlReadingTransformers(TransformerCache transformerCache) |
Iterable<WebResourceTransformerModuleDescriptor> |
getDeprecatedTransformers(TransformerCache transformerCache) |
boolean |
matches(com.atlassian.plugin.elements.ResourceLocation location) |
boolean |
matches(String locationType) |
String |
toString() |
Content |
transform(CdnResourceUrlTransformer cdnResourceUrlTransformer,
TransformerCache transformerCache,
Resource resource,
Content content,
com.atlassian.plugin.elements.ResourceLocation resourceLocation,
String filePath,
QueryParams params,
String sourceUrl) |
public WebResourceTransformation(TransformationDto transformationDto)
public WebResourceTransformation(org.dom4j.Element element)
public boolean matches(com.atlassian.plugin.elements.ResourceLocation location)
public boolean matches(String locationType)
public void addTransformParameters(TransformerCache transformerCache, TransformerParameters transformerParameters, UrlBuilder urlBuilder, UrlBuildingStrategy urlBuildingStrategy)
public boolean containsOnlyPureUrlReadingTransformers(TransformerCache transformerCache)
public Iterable<WebResourceTransformerModuleDescriptor> getDeprecatedTransformers(TransformerCache transformerCache)
public Content transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, TransformerCache transformerCache, Resource resource, Content content, com.atlassian.plugin.elements.ResourceLocation resourceLocation, String filePath, QueryParams params, String sourceUrl)
public Dimensions computeDimensions(TransformerCache transformerCache)
Copyright © 2019 Atlassian. All rights reserved.