Package wicket.util.convert

Conversion support.

See:
          Description

Interface Summary
IConverter General purpose data type converter.
IConverterFactory Factory that creates and configures instances of IConverter.
ILocalizable Implementing converters want to have the current locale set.
ITypeConverter Converter for a specific data type.
 

Class Summary
Converter Implementation of IConverter interface, which converts objects from one class to another.
ConverterFactory Implementation of IConverterFactorywhich creates an instance of Converter in order to fulfill the IConverter contract.
 

Exception Summary
ConversionException Thrown for conversion exceptions.
 

Package wicket.util.convert Description

Conversion support.



Copyright © 2004-2006 Wicket developers. All Rights Reserved.