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 String
apply(Object... args)
Deprecated.com.atlassian.soy.renderer.JsExpression
generate(com.atlassian.soy.renderer.JsExpression... args)
Deprecated.String
getName()
Deprecated.Set<Integer>
validArgSizes()
Deprecated.
-
-
-
Constructor Detail
-
DocLinkFunction
public DocLinkFunction(DocumentationBeanFactory documentationBeanFactory)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
public String apply(Object... args)
Deprecated.- Specified by:
apply
in interfacecom.atlassian.soy.renderer.SoyServerFunction<String>
-
validArgSizes
public Set<Integer> 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
-
-