Package com.atlassian.confluence.diff
Class DiffContextConfiguration
- java.lang.Object
-
- com.atlassian.confluence.diff.DiffContextConfiguration
-
@Configuration public class DiffContextConfiguration extends Object
- Since:
- 7.20
-
-
Constructor Summary
Constructors Constructor Description DiffContextConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Differ
htmlDiffer()
The Differ component to use when rendering diffs for display in an HTML client.
-
-
-
Method Detail
-
htmlDiffer
@Bean public Differ htmlDiffer()
The Differ component to use when rendering diffs for display in an HTML client.
-
-