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.AbstractStringTransformedDownloadableResource
          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.AbstractStringTransformedDownloadableResource

Renders Velocity resources - intended for i18n only, not dynamic Velocity content.


Constructor Summary
VelocityTranslatedDownloadableResource(com.atlassian.plugin.servlet.DownloadableResource nextResource)
           
 
Method Summary
protected  String transform(String originalContent)
           
 
Methods inherited from class com.atlassian.plugin.webresource.transformer.AbstractStringTransformedDownloadableResource
getEncoding, streamResource
 
Methods inherited from class com.atlassian.plugin.webresource.transformer.AbstractTransformedDownloadableResource
getContentType, getOriginalResource, isResourceModified, serveResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityTranslatedDownloadableResource

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

transform

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.