Interface UrlReadingWebResourceTransformer


public interface UrlReadingWebResourceTransformer
The part of a transformer that reads the config and url params and does the actual resource transformation.
Since:
6.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.plugin.servlet.DownloadableResource
    transform(TransformableResource transformableResource, QueryParams params)
    Transforms the downloadable resource by returning a new one.
  • Method Details

    • transform

      com.atlassian.plugin.servlet.DownloadableResource transform(TransformableResource transformableResource, QueryParams params)
      Transforms the downloadable resource by returning a new one. This is invoked when the resource is being served.
      Parameters:
      transformableResource - Information describing the resource to transform
      params - query params
      Returns:
      The new resource representing the transformed resource