Interface StaticTransformersSupplier

All Known Implementing Classes:
DefaultStaticTransformersSupplier

public interface StaticTransformersSupplier
Supplies static transformers
Since:
v3.1.0
  • Method Details

    • get

      Parameters:
      locationType - type of resource (eg js / css)
      Returns:
      static transformers to apply to the given type
    • get

      Iterable<WebResourceTransformerFactory> get(com.atlassian.plugin.elements.ResourceLocation resourceLocation)
      Parameters:
      resourceLocation - resource location
      Returns:
      static transformers to apply to the given resourceLocation