Class DocLinkFunction
java.lang.Object
com.atlassian.confluence.plugins.soy.DocLinkFunction
- All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction
,com.atlassian.soy.renderer.SoyFunction
,com.atlassian.soy.renderer.SoyServerFunction<String>
@Deprecated
public class DocLinkFunction
extends Object
implements com.atlassian.soy.renderer.SoyServerFunction<String>, com.atlassian.soy.renderer.SoyClientFunction
Deprecated.
since 5.8. Please use cross product helpUrl function instead.
Soy Function to look up documentation links.
-
Constructor Summary
ConstructorDescriptionDocLinkFunction
(DocumentationBeanFactory documentationBeanFactory) Deprecated. -
Method Summary
-
Constructor Details
-
DocLinkFunction
Deprecated.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
Deprecated.- Specified by:
apply
in interfacecom.atlassian.soy.renderer.SoyServerFunction<String>
-
validArgSizes
Deprecated.- Specified by:
validArgSizes
in interfacecom.atlassian.soy.renderer.SoyFunction
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args) Deprecated.- Specified by:
generate
in interfacecom.atlassian.soy.renderer.SoyClientFunction
-