com.atlassian.confluence.plugin.webresource.aui
Class VelocityTranslatedDownloadableResource

java.lang.Object
  extended by com.atlassian.plugin.webresource.transformer.AbstractTransformedDownloadableResource
      extended by com.atlassian.plugin.webresource.transformer.CharSequenceDownloadableResource
          extended by 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
VelocityTranslatedDownloadableResource(com.atlassian.plugin.servlet.DownloadableResource nextResource)
           
 
Method Summary
protected  CharSequence transform(CharSequence originalContent)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VelocityTranslatedDownloadableResource

public VelocityTranslatedDownloadableResource(com.atlassian.plugin.servlet.DownloadableResource nextResource)
Method Detail

transform

protected CharSequence transform(CharSequence originalContent)
Specified by:
transform in class com.atlassian.plugin.webresource.transformer.CharSequenceDownloadableResource


Copyright © 2003–2015 Atlassian. All rights reserved.