You use the IBM® Toolbox
for Java™ converter
classes to convert row data into formatted string arrays.
The result is in HTML format and ready for presentation on your
HTML page. The following classes take care of the conversion for you:
StringConverter class
The StringConverter class is an abstract class that represents
a row data string converter. It provides a convert() method to convert row
data. This returns a string array representation of that row's data.
HTMLFormConverter class
The IBM Toolbox
for Java HTMLFormConverter
classes extend StringConverter by providing an additional convert method called
convertToForms(). This method converts row data into an array of single-row
HTML tables. You can use these table tags to display the formatted information
on a browser.
HTMLTableConverter class
The HTMLTableConverter class extends StringConverter by providing
a convertToTables() method. This method converts row data into an array of
HTML tables that a servlet can use to display the list on a browser.