Uses of Interface
org.hippoecm.frontend.plugins.standards.diff.DiffService
-
Packages that use DiffService Package Description org.hippoecm.frontend.plugins.standards.diff -
-
Uses of DiffService in org.hippoecm.frontend.plugins.standards.diff
Classes in org.hippoecm.frontend.plugins.standards.diff that implement DiffService Modifier and Type Class Description class
DefaultHtmlDiffService
The default HTML diff service usingDiffHelper.diffHtml(String, String, javax.xml.transform.Result, java.util.Locale)
Methods in org.hippoecm.frontend.plugins.standards.diff that return DiffService Modifier and Type Method Description protected DiffService
HTMLDiffPlugin. createDiffService()
Constructors in org.hippoecm.frontend.plugins.standards.diff with parameters of type DiffService Constructor Description HtmlDiffModel(org.apache.wicket.model.IModel<String> original, org.apache.wicket.model.IModel<String> current, DiffService diffService)
Create the model using a predefined diff service.
-