Class WebPanelFunction

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

    public class WebPanelFunction
    extends Object
    implements com.atlassian.soy.renderer.SoyServerFunction<List<String>>, com.atlassian.soy.renderer.SoyClientFunction
    • Constructor Detail

      • WebPanelFunction

        public WebPanelFunction​(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
    • Method Detail

      • getName

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

        public List<String> apply​(Object... args)
        Specified by:
        apply in interface com.atlassian.soy.renderer.SoyServerFunction<List<String>>
      • generate

        public com.atlassian.soy.renderer.JsExpression generate​(com.atlassian.soy.renderer.JsExpression... jsExpressions)
        Specified by:
        generate in interface com.atlassian.soy.renderer.SoyClientFunction
      • validArgSizes

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