com.atlassian.confluence.plugins.soy
Class BaseUrlFunction

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

public class BaseUrlFunction
extends Object
implements com.atlassian.soy.renderer.SoyServerFunction<String>


Constructor Summary
BaseUrlFunction(SettingsManager settingsManager)
           
 
Method Summary
 String apply(Object... objects)
           
 String getName()
           
 Set<Integer> validArgSizes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseUrlFunction

public BaseUrlFunction(SettingsManager settingsManager)
Method Detail

apply

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

getName

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

validArgSizes

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


Copyright © 2003–2015 Atlassian. All rights reserved.