wicket.util.convert
Class ConverterFactory

java.lang.Object
  extended by wicket.util.convert.ConverterFactory
All Implemented Interfaces:
IConverterFactory

public final class ConverterFactory
extends java.lang.Object
implements IConverterFactory

Implementation of IConverterFactorywhich creates an instance of Converter in order to fulfill the IConverter contract.

Author:
Eelco Hillenius, Jonathan Locke

Constructor Summary
ConverterFactory()
           
 
Method Summary
 IConverter newConverter(java.util.Locale locale)
          Creates and returns a new instance of IConverter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterFactory

public ConverterFactory()
Method Detail

newConverter

public IConverter newConverter(java.util.Locale locale)
Description copied from interface: IConverterFactory
Creates and returns a new instance of IConverter.

Specified by:
newConverter in interface IConverterFactory
Parameters:
locale - The Locale to create the converter for
Returns:
A new IConverter instance
See Also:
IConverterFactory.newConverter(Locale)


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