Package com.atlassian.jira.soy
Class AbstractHelpFunction
java.lang.Object
com.atlassian.jira.soy.AbstractHelpFunction
- All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction,com.atlassian.soy.renderer.SoyFunction,com.atlassian.soy.renderer.SoyServerFunction<String>
- Direct Known Subclasses:
HelpDescriptionFunction,HelpTitleFunction,HelpUrlFunction
public abstract class AbstractHelpFunction
extends Object
implements com.atlassian.soy.renderer.SoyServerFunction<String>, com.atlassian.soy.renderer.SoyClientFunction
Abstract Soy function that returns help information for a given key.
- Since:
- v7.0
-
Constructor Details
-
AbstractHelpFunction
-
-
Method Details
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args) - Specified by:
generatein interfacecom.atlassian.soy.renderer.SoyClientFunction
-
apply
- Specified by:
applyin interfacecom.atlassian.soy.renderer.SoyServerFunction<String>
-
validArgSizes
- Specified by:
validArgSizesin interfacecom.atlassian.soy.renderer.SoyFunction
-