public abstract class AbstractHelpFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<String>, com.atlassian.soy.renderer.SoyClientFunction
Constructor and Description |
---|
AbstractHelpFunction(HelpUrls helpUrls) |
Modifier and Type | Method and Description |
---|---|
String |
apply(Object... args) |
com.atlassian.soy.renderer.JsExpression |
generate(com.atlassian.soy.renderer.JsExpression... args) |
Set<Integer> |
validArgSizes() |
public AbstractHelpFunction(HelpUrls helpUrls)
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
generate
in interface com.atlassian.soy.renderer.SoyClientFunction
public String apply(Object... args)
apply
in interface com.atlassian.soy.renderer.SoyServerFunction<String>
Copyright © 2002-2022 Atlassian. All Rights Reserved.