Uses of Class
com.gentics.contentnode.rest.model.response.DiffResponse
-
Packages that use DiffResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of DiffResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return DiffResponse Modifier and Type Method Description DiffResponse
DiffResource. daisyDiff(DaisyDiffRequest request)
Annotates a newer HTML document with differences to an older HTML document.DiffResponse
DiffResource. diffHTML(DiffRequest request)
Method to calculate the diff in HTMLDiffResponse
DiffResource. diffSource(DiffRequest request)
Method to calculate the diff between two HTML contents in source
-