com.atlassian.confluence.plugins.soy
Class StaticResourceUrlPrefixFunction

java.lang.Object
  extended by com.atlassian.confluence.plugins.soy.StaticResourceUrlPrefixFunction
All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction, com.atlassian.soy.renderer.SoyFunction, com.atlassian.soy.renderer.SoyServerFunction<java.lang.String>

public final class StaticResourceUrlPrefixFunction
extends java.lang.Object
implements com.atlassian.soy.renderer.SoyServerFunction<java.lang.String>, com.atlassian.soy.renderer.SoyClientFunction

Returns the static web resources URL prefix as a string.

Since:
v5.0

Constructor Summary
StaticResourceUrlPrefixFunction(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
           
 
Method Summary
 java.lang.String apply(java.lang.Object... args)
           
 com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
           
 java.lang.String getName()
           
 java.util.Set<java.lang.Integer> validArgSizes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticResourceUrlPrefixFunction

public StaticResourceUrlPrefixFunction(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface com.atlassian.soy.renderer.SoyFunction

validArgSizes

public java.util.Set<java.lang.Integer> validArgSizes()
Specified by:
validArgSizes in interface com.atlassian.soy.renderer.SoyFunction

apply

public java.lang.String apply(java.lang.Object... args)
Specified by:
apply in interface com.atlassian.soy.renderer.SoyServerFunction<java.lang.String>

generate

public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
Specified by:
generate in interface com.atlassian.soy.renderer.SoyClientFunction


Copyright © 2003-2014 Atlassian. All Rights Reserved.