com.atlassian.confluence.plugins.soy
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<java.util.List<java.lang.String>>
public class WebPanelFunction
- extends java.lang.Object
- implements com.atlassian.soy.renderer.SoyServerFunction<java.util.List<java.lang.String>>, com.atlassian.soy.renderer.SoyClientFunction
Constructor Summary |
WebPanelFunction(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
|
Method Summary |
java.util.List<java.lang.String> |
apply(java.lang.Object... args)
|
com.atlassian.soy.renderer.JsExpression |
generate(com.atlassian.soy.renderer.JsExpression... jsExpressions)
|
java.lang.String |
getName()
|
java.util.Set<java.lang.Integer> |
validArgSizes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebPanelFunction
public WebPanelFunction(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
getName
public java.lang.String getName()
- Specified by:
getName
in interface com.atlassian.soy.renderer.SoyFunction
apply
public java.util.List<java.lang.String> apply(java.lang.Object... args)
- Specified by:
apply
in interface com.atlassian.soy.renderer.SoyServerFunction<java.util.List<java.lang.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 java.util.Set<java.lang.Integer> validArgSizes()
- Specified by:
validArgSizes
in interface com.atlassian.soy.renderer.SoyFunction
Copyright © 2003-2014 Atlassian. All Rights Reserved.