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.JsExpressiongenerate(com.atlassian.soy.renderer.JsExpression... jsExpressions)StringgetName()Set<Integer>validArgSizes()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.atlassian.soy.renderer.SoyFunction
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... jsExpressions)
- Specified by:
generatein interfacecom.atlassian.soy.renderer.SoyClientFunction
-
-