Uses of Interface
org.hippoecm.frontend.plugins.standards.diff.DiffService
Packages that use DiffService
-
Uses of DiffService in org.hippoecm.frontend.plugins.standards.diff
Classes in org.hippoecm.frontend.plugins.standards.diff that implement DiffServiceModifier and TypeClassDescriptionclass
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 DiffServiceConstructors in org.hippoecm.frontend.plugins.standards.diff with parameters of type DiffServiceModifierConstructorDescriptionHtmlDiffModel
(org.apache.wicket.model.IModel<String> original, org.apache.wicket.model.IModel<String> current, DiffService diffService) Create the model using a predefined diff service.