Class WebPanelFunction
- java.lang.Object
-
- com.atlassian.confluence.plugins.soy.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 Summary
Constructors Constructor Description WebPanelFunction(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
apply(Object... args)
com.atlassian.soy.renderer.JsExpression
generate(com.atlassian.soy.renderer.JsExpression... jsExpressions)
String
getName()
Set<Integer>
validArgSizes()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... jsExpressions)
- Specified by:
generate
in interfacecom.atlassian.soy.renderer.SoyClientFunction
-
-