Class VelocityTranslatedDownloadableResource
java.lang.Object
com.atlassian.plugin.webresource.transformer.AbstractTransformedDownloadableResource
com.atlassian.plugin.webresource.transformer.CharSequenceDownloadableResource
com.atlassian.confluence.plugin.webresource.aui.VelocityTranslatedDownloadableResource
- All Implemented Interfaces:
com.atlassian.plugin.servlet.DownloadableResource
public class VelocityTranslatedDownloadableResource
extends com.atlassian.plugin.webresource.transformer.CharSequenceDownloadableResource
Renders Velocity resources - intended for i18n only, not dynamic Velocity content.
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityTranslatedDownloadableResource
(com.atlassian.plugin.servlet.DownloadableResource nextResource) -
Method Summary
Methods inherited from class com.atlassian.plugin.webresource.transformer.CharSequenceDownloadableResource
encoding, streamResource
Methods inherited from class com.atlassian.plugin.webresource.transformer.AbstractTransformedDownloadableResource
getContentType, getOriginalResource, isResourceModified, serveResource, toString
-
Constructor Details
-
VelocityTranslatedDownloadableResource
public VelocityTranslatedDownloadableResource(com.atlassian.plugin.servlet.DownloadableResource nextResource)
-
-
Method Details
-
transform
- Specified by:
transform
in classcom.atlassian.plugin.webresource.transformer.CharSequenceDownloadableResource
-