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.
LocalizableAdapter Adapter class for the ILocalizable interface.
MaskConverter A converter that takes a mask into account.
SimpleConverterAdapter Adapter class to simplify implementing custom IConverters.
 

Exception Summary
ConversionException Thrown for conversion exceptions.
 

Package wicket.util.convert Description

Conversion support.



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