public class

WebResourceTransformation

extends Object
java.lang.Object
   ↳ com.atlassian.plugin.webresource.WebResourceTransformation

Class Overview

Represents a set of transformer invocations for a specific web resource set and extension. Transformers are retrieved from the plugin system on request, not plugin initialisation, since plugin start order is indeterminate.

Summary

Public Constructors
WebResourceTransformation(Element element)
Public Methods
boolean matches(ResourceLocation location)
DownloadableResource transformDownloadableResource(PluginAccessor pluginAccessor, DownloadableResource resource, ResourceLocation resourceLocation, String filePath)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WebResourceTransformation (Element element)

Public Methods

public boolean matches (ResourceLocation location)

public DownloadableResource transformDownloadableResource (PluginAccessor pluginAccessor, DownloadableResource resource, ResourceLocation resourceLocation, String filePath)