Class 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>
    • 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