Package com.tonbeller.wcf.format

Converts java objects into string representation and back with i18n support for conversion and error messages.

See:
          Description

Interface Summary
BasicTypes basic types that a formatter can handle
FormatHandler defines a parser/printer for user input/display
 

Class Summary
BooleanHandler  
DateHandler  
DoubleHandler number parser, that creates Double objects
DoubleNaNHandler Parses and formats double numbers, treating Double.NaN as empty string and vice versa
FormatHandlerSupport base class for FormatHandlers
Formatter parse/print java objects for user input/display.
FormatterFactory Created on 15.11.2002
IntegerHandler creates Integer objects
NumberHandler parses/prints numbers via DecimalFormat
Pattern  
RegexHandler validates string input via regular expression
RequiredStringHandler non empty string
StringHandler  
 

Exception Summary
FormatException  
 

Package com.tonbeller.wcf.format Description

Converts java objects into string representation and back with i18n support for conversion and error messages.

The default configuration file is config.xml, you may use another one by setting the wcf.formatter.config.xml property, e.g.

wcf.formatter.config.xml=/my/package/myconfig.xml