com.atlassian.jira.web.util
Class CssSubstitutionWebResourceTransformer

java.lang.Object
  extended by com.atlassian.jira.web.util.CssSubstitutionWebResourceTransformer
All Implemented Interfaces:
com.atlassian.plugin.webresource.transformer.WebResourceTransformer

public class CssSubstitutionWebResourceTransformer
extends Object
implements com.atlassian.plugin.webresource.transformer.WebResourceTransformer

A resource transform that makes variable substitutions based on L&F settings. Variables are prefixed with @. Variables will be:

Since:
v4.3

Nested Class Summary
static class CssSubstitutionWebResourceTransformer.VariableMap
           
 
Constructor Summary
CssSubstitutionWebResourceTransformer(ApplicationProperties applicationProperties, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration)
           
 
Method Summary
 com.atlassian.plugin.servlet.DownloadableResource transform(org.dom4j.Element configElement, com.atlassian.plugin.elements.ResourceLocation location, String filePath, com.atlassian.plugin.servlet.DownloadableResource nextResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssSubstitutionWebResourceTransformer

public CssSubstitutionWebResourceTransformer(ApplicationProperties applicationProperties,
                                             com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration)
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


Copyright © 2002-2013 Atlassian. All Rights Reserved.