Class GetPageDiffFunction

java.lang.Object
com.atlassian.confluence.plugins.soy.GetPageDiffFunction
All Implemented Interfaces:
com.atlassian.soy.renderer.SoyFunction, com.atlassian.soy.renderer.SoyServerFunction<List<String>>

public class GetPageDiffFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<List<String>>
GetPageDiffFunction to get the page diff and render as html markup in soy template.
Since:
9.0.0
  • Constructor Details

    • GetPageDiffFunction

      public GetPageDiffFunction()
  • Method Details

    • apply

      public List<String> apply(Object... objects)
      Specified by:
      apply in interface com.atlassian.soy.renderer.SoyServerFunction<List<String>>
    • getName

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

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