org.apache.wicket.util.lang
Class PropertyResolverConverter

java.lang.Object
  extended by org.apache.wicket.util.lang.PropertyResolverConverter
All Implemented Interfaces:
Serializable, IClusterable

public class PropertyResolverConverter
extends Object
implements IClusterable

Author:
jcompagner
See Also:
Serialized Form

Constructor Summary
PropertyResolverConverter(IConverterLocator converterSupplier, Locale locale)
          Construct.
 
Method Summary
 Object convert(Object object, Class<?> clz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyResolverConverter

public PropertyResolverConverter(IConverterLocator converterSupplier,
                                 Locale locale)
Construct.

Parameters:
converterSupplier -
locale -
Method Detail

convert

public Object convert(Object object,
                      Class<?> clz)
Parameters:
object -
clz -
Returns:
The converted object


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.