org.apache.wicket.util.convert.converters
Class BooleanConverter

java.lang.Object
  extended by org.apache.wicket.util.convert.converters.AbstractConverter
      extended by org.apache.wicket.util.convert.converters.BooleanConverter
All Implemented Interfaces:
java.io.Serializable, IClusterable, IConverter

public class BooleanConverter
extends AbstractConverter

Converts from Object to Boolean.

Author:
Eelco Hillenius, Jonathan Locke
See Also:
Serialized Form

Field Summary
static IConverter INSTANCE
          The singleton instance for a boolean converter
 
Constructor Summary
BooleanConverter()
           
 
Method Summary
 java.lang.Object convertToObject(java.lang.String value, java.util.Locale locale)
          Converts the given String value
protected  java.lang.Class getTargetType()
           
 
Methods inherited from class org.apache.wicket.util.convert.converters.AbstractConverter
convertToString, newConversionException, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IConverter INSTANCE
The singleton instance for a boolean converter

Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

convertToObject

public java.lang.Object convertToObject(java.lang.String value,
                                        java.util.Locale locale)
Description copied from interface: IConverter
Converts the given String value

Parameters:
value - The string value to convert
locale - The locale used to convert the value
Returns:
The converted value
See Also:
IConverter.convertToObject(java.lang.String,Locale)

getTargetType

protected java.lang.Class getTargetType()
Specified by:
getTargetType in class AbstractConverter
Returns:
The target type of this type converter
See Also:
AbstractConverter.getTargetType()


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