com.atlassian.confluence.plugin.webresource.aui
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 java.lang.Object
- implements com.atlassian.plugin.webresource.transformer.WebResourceTransformer
Renders Velocity resources - intended for i18n only, not dynamic Velocity content.
Method Summary |
com.atlassian.plugin.servlet.DownloadableResource |
transform(org.dom4j.Element configElement,
com.atlassian.plugin.elements.ResourceLocation location,
java.lang.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 |
VelocityI18nTransformer
public VelocityI18nTransformer()
transform
public com.atlassian.plugin.servlet.DownloadableResource transform(org.dom4j.Element configElement,
com.atlassian.plugin.elements.ResourceLocation location,
java.lang.String filePath,
com.atlassian.plugin.servlet.DownloadableResource nextResource)
- Specified by:
transform
in interface com.atlassian.plugin.webresource.transformer.WebResourceTransformer
Copyright © 2003-2014 Atlassian. All Rights Reserved.