com.ibm.as400.util.servlet
Class StringConverter

java.lang.Object
  extended by com.ibm.as400.util.servlet.StringConverter
Direct Known Subclasses:
HTMLFormConverter, HTMLTableConverter

public abstract class StringConverter
extends Object

The StringConverter class represents a row data string converter to convert the data from RowData objects to formatted String arrays.


Constructor Summary
Constructor and Description
StringConverter()
           
 
Method Summary
Modifier and Type Method and Description
 String[] convert(RowData rowdata)
          Converts the row data specified by rowdata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringConverter

public StringConverter()
Method Detail

convert

public String[] convert(RowData rowdata)
                 throws PropertyVetoException,
                        RowDataException
Converts the row data specified by rowdata.

Parameters:
rowdata - The row data.
Returns:
A String array representation of the row data.
Throws:
PropertyVetoException - If a change is vetoed on the conversion source object.
RowDataException - If a row data error occurs.