Class StaticResourceUrlPrefixFunction
- java.lang.Object
- 
- com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
 
- 
- All Implemented Interfaces:
- com.atlassian.soy.renderer.SoyClientFunction,- com.atlassian.soy.renderer.SoyFunction,- com.atlassian.soy.renderer.SoyServerFunction<String>
 
 public final class StaticResourceUrlPrefixFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<String>, com.atlassian.soy.renderer.SoyClientFunction Returns the static web resources URL prefix as a string.- Since:
- 5.0
 
- 
- 
Constructor SummaryConstructors Constructor Description StaticResourceUrlPrefixFunction(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(Object... args)com.atlassian.soy.renderer.JsExpressiongenerate(com.atlassian.soy.renderer.JsExpression... args)StringgetName()Set<Integer>validArgSizes()
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() - Specified by:
- getNamein interface- com.atlassian.soy.renderer.SoyFunction
 
 - 
validArgSizespublic Set<Integer> validArgSizes() - Specified by:
- validArgSizesin interface- com.atlassian.soy.renderer.SoyFunction
 
 - 
applypublic String apply(Object... args) - Specified by:
- applyin interface- com.atlassian.soy.renderer.SoyServerFunction<String>
 
 - 
generatepublic com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args) - Specified by:
- generatein interface- com.atlassian.soy.renderer.SoyClientFunction
 
 
- 
 
-