Class LabelLinkServerFunction

  • All Implemented Interfaces:
    com.atlassian.soy.renderer.SoyFunction, com.atlassian.soy.renderer.SoyServerFunction<String>

    public class LabelLinkServerFunction
    extends Object
    implements com.atlassian.soy.renderer.SoyServerFunction<String>
    Server side function to generate links to label pages.
    • Constructor Detail

      • LabelLinkServerFunction

        public LabelLinkServerFunction()
    • Method Detail

      • apply

        public String apply​(Object... args)
        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