Uses of Class
com.gentics.contentnode.rest.model.request.DiffRequest
-
Packages that use DiffRequest Package Description com.gentics.contentnode.rest.resource -
-
Uses of DiffRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type DiffRequest Modifier and Type Method Description 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
-