Package sk.iway.iwcm.helpers
Class BeanDiffPrinter
java.lang.Object
sk.iway.iwcm.helpers.BeanDiffPrinter
BeanDiffPrinter.java
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BeanDiffPrinter
-
-
Method Details
-
toHtml
-
toString
-
toHtmlTable
-
toHtmlTable
Generates the diff as an HTML table. If the diff has an original object, the table has 3 columns (property name, before value, after value). If it is a new record (no original), the table has 2 columns (property name, value). Reuses toString(Prop) for all translation logic. -
toString
-