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
ConstructorsConstructorDescriptionDocLinkFunction(DocumentationBeanFactory documentationBeanFactory) Deprecated. -
Method Summary
-
Constructor Details
-
DocLinkFunction
Deprecated.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getNamein interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
Deprecated.- Specified by:
applyin interfacecom.atlassian.soy.renderer.SoyServerFunction<String>
-
validArgSizes
Deprecated.- Specified by:
validArgSizesin interfacecom.atlassian.soy.renderer.SoyFunction
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args) Deprecated.- Specified by:
generatein interfacecom.atlassian.soy.renderer.SoyClientFunction
-