com.atlassian.greenhopper.web.util
Class JsHelpPathsTransformer

java.lang.Object
  extended by com.atlassian.greenhopper.web.util.JsHelpPathsTransformer
All Implemented Interfaces:
com.atlassian.plugin.webresource.transformer.WebResourceTransformer

public class JsHelpPathsTransformer
extends java.lang.Object
implements com.atlassian.plugin.webresource.transformer.WebResourceTransformer

Transforms JavaScript web resources to enable translation of help path keys to JS objects.


Constructor Summary
JsHelpPathsTransformer()
           
 
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
 

Constructor Detail

JsHelpPathsTransformer

public JsHelpPathsTransformer()
Method Detail

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 © 2007-2012 Atlassian. All Rights Reserved.