com.atlassian.confluence.plugin.webresource
Class CssSubstitutionTransformer
java.lang.Object
com.atlassian.confluence.plugin.webresource.CssSubstitutionTransformer
- All Implemented Interfaces:
- WebResourceTransformer
public class CssSubstitutionTransformer
- extends Object
- implements WebResourceTransformer
A resource transform that substitues variables in css files. Variables are prefixed with @.
Currently supported variables are:
- @contextPath - an empty string or a string that starts with a slash
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CssSubstitutionTransformer
public CssSubstitutionTransformer()
transform
public DownloadableResource transform(Element configElement,
ResourceLocation location,
String filePath,
DownloadableResource nextResource)
- Specified by:
transform
in interface WebResourceTransformer