wicket.util.convert
Interface IConverterFactory

All Known Implementing Classes:
ConverterFactory

public interface IConverterFactory

Factory that creates and configures instances of IConverter.

Author:
Eelco Hillenius, Jonathan Locke

Method Summary
 IConverter newConverter(java.util.Locale locale)
          Creates and returns a new instance of IConverter.
 

Method Detail

newConverter

IConverter newConverter(java.util.Locale locale)
Creates and returns a new instance of IConverter.

Parameters:
locale - The Locale to create the converter for
Returns:
A new IConverter instance


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