Class CssSubstitutionTransformer

  • All Implemented Interfaces:
    com.atlassian.plugin.webresource.transformer.WebResourceTransformer

    public class CssSubstitutionTransformer
    extends Object
    implements com.atlassian.plugin.webresource.transformer.WebResourceTransformer
    A resource transform that substitutes variables in css files. Variables are prefixed with @.

    Currently supported variables are:

    • @contextPath - an empty string or a string that starts with a slash
    • Constructor Detail

      • CssSubstitutionTransformer

        public CssSubstitutionTransformer()
    • Method Detail

      • transform

        public com.atlassian.plugin.servlet.DownloadableResource transform​(org.dom4j.Element configElement,
                                                                           com.atlassian.plugin.elements.ResourceLocation location,
                                                                           String filePath,
                                                                           com.atlassian.plugin.servlet.DownloadableResource nextResource)
        Specified by:
        transform in interface com.atlassian.plugin.webresource.transformer.WebResourceTransformer