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 Details

  • Method Details

    • getName

      public String getName()
      Deprecated.
      Specified by:
      getName in interface com.atlassian.soy.renderer.SoyFunction
    • apply

      public String apply(Object... args)
      Deprecated.
      Specified by:
      apply in interface com.atlassian.soy.renderer.SoyServerFunction<String>
    • validArgSizes

      public Set<Integer> validArgSizes()
      Deprecated.
      Specified by:
      validArgSizes in interface com.atlassian.soy.renderer.SoyFunction
    • generate

      public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
      Deprecated.
      Specified by:
      generate in interface com.atlassian.soy.renderer.SoyClientFunction