Class VelocityI18nTransformer
- java.lang.Object
-
- com.atlassian.confluence.plugin.webresource.aui.VelocityI18nTransformer
-
- All Implemented Interfaces:
com.atlassian.plugin.webresource.transformer.WebResourceTransformer
public class VelocityI18nTransformer extends Object implements com.atlassian.plugin.webresource.transformer.WebResourceTransformer
Renders Velocity resources - intended for i18n only, not dynamic Velocity content.
-
-
Constructor Summary
Constructors Constructor Description VelocityI18nTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugin.servlet.DownloadableResource
transform(org.dom4j.Element configElement, com.atlassian.plugin.elements.ResourceLocation location, String filePath, com.atlassian.plugin.servlet.DownloadableResource nextResource)
-
-
-
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 interfacecom.atlassian.plugin.webresource.transformer.WebResourceTransformer
-
-