Class EditorWebPanelFunction
java.lang.Object
com.atlassian.confluence.plugins.soy.EditorWebPanelFunction
- All Implemented Interfaces:
com.atlassian.soy.renderer.SoyFunction
,com.atlassian.soy.renderer.SoyServerFunction<List<String>>
public class EditorWebPanelFunction
extends Object
implements com.atlassian.soy.renderer.SoyServerFunction<List<String>>
A soy server function that retrieves web-panels for a given location.
Usage: {let $panelsList: getEditorWebPanels('atl.editor', context) /}
-
Constructor Summary
ConstructorsConstructorDescriptionEditorWebPanelFunction
(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager) -
Method Summary
-
Constructor Details
-
EditorWebPanelFunction
public EditorWebPanelFunction(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager)
-
-
Method Details
-
getName
- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
-
validArgSizes
- Specified by:
validArgSizes
in interfacecom.atlassian.soy.renderer.SoyFunction
-