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 Summary
Constructors -
Method Summary
-
Constructor Details
-
GetPageDiffFunction
public GetPageDiffFunction()
-
-
Method Details