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
Constructors Constructor Description DocLinkFunction(DocumentationBeanFactory documentationBeanFactory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringapply(Object... args)Deprecated.com.atlassian.soy.renderer.JsExpressiongenerate(com.atlassian.soy.renderer.JsExpression... args)Deprecated.StringgetName()Deprecated.Set<Integer>validArgSizes()Deprecated.
-
-
-
Constructor Detail
-
DocLinkFunction
public DocLinkFunction(DocumentationBeanFactory documentationBeanFactory)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
public String apply(Object... args)
Deprecated.- Specified by:
applyin interfacecom.atlassian.soy.renderer.SoyServerFunction<String>
-
validArgSizes
public Set<Integer> 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
-
-