Package com.tonbeller.wcf.convert

Present and update values of java bean properties.

See:
          Description

Interface Summary
Converter converts bean property values to DOM ELements representing HTML forms.
NodeConverter  
 

Class Summary
BooleanConverter  
CheckBoxConverter Created on 14.11.2002
ConverterFactory Created on 05.11.2002
ConverterImpl implements the converter
EditCtrlConverter converts user input for a Edit control
FileUploadConverter  
NodeConverterBase  
RadioButtonConverter Created on 14.11.2002
SelectConverterBase  
SelectMultipleConverter sets an array bean property.
SelectSingleConverter sets a scalar bean property to the value of the selected item.
 

Exception Summary
ConvertException signals a misconfiguration, e.g. missing / wrong type attribute
 

Package com.tonbeller.wcf.convert Description

Present and update values of java bean properties. A Converter supports two different convert() methods:

Formatting values for display

Values from bean properties are formatted, using the users preferred locale. The formatted values are stored in a DOM tree for display to the user.

The DOM tree must conform to the xoplon DTD.

Parsing user input

HTTP paramters (i.e. user input) is parsed and the values are stored into bean properties.