org.apache.wicket
Interface IConverterLocator
- All Superinterfaces:
- IClusterable, java.io.Serializable
- All Known Implementing Classes:
- Component, ConverterLocator
- public interface IConverterLocator
- extends IClusterable
Locates the proper converter instance for a given type. Classes that implement this interface
must return the right converter for the given class type. Instances are created by
IConverterLocator, which can be configured using
Application.newConverterLocator().
- Author:
- jcompagner
- See Also:
ConverterLocator,
IConverterLocatorFactory
|
Method Summary |
IConverter |
getConverter(java.lang.Class type)
Returns the Converter for the class that is given. |
getConverter
public IConverter getConverter(java.lang.Class type)
- Returns the Converter for the class that is given.
- Parameters:
type -
- Returns:
- The converter for the given type.
Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.