org.apache.wicket.util.convert.converter
Class SqlDateConverter

java.lang.Object
  extended by org.apache.wicket.util.convert.converter.AbstractConverter<java.sql.Date>
      extended by org.apache.wicket.util.convert.converter.SqlDateConverter
All Implemented Interfaces:
java.io.Serializable, IClusterable, IConverter<java.sql.Date>

public class SqlDateConverter
extends AbstractConverter<java.sql.Date>

Converts to Date.

See Also:
Serialized Form

Constructor Summary
SqlDateConverter()
           
 
Method Summary
 java.sql.Date convertToObject(java.lang.String value, java.util.Locale locale)
          Converts the given String value
 java.lang.String convertToString(java.sql.Date value, java.util.Locale locale)
          Converts the given value to a string.
 java.text.DateFormat getDateFormat(java.util.Locale locale)
           
protected  java.lang.Class<java.sql.Date> getTargetType()
           
 
Methods inherited from class org.apache.wicket.util.convert.converter.AbstractConverter
newConversionException, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlDateConverter

public SqlDateConverter()
Method Detail

convertToObject

public java.sql.Date 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)

convertToString

public java.lang.String convertToString(java.sql.Date value,
                                        java.util.Locale locale)
Description copied from interface: IConverter
Converts the given value to a string.

Specified by:
convertToString in interface IConverter<java.sql.Date>
Overrides:
convertToString in class AbstractConverter<java.sql.Date>
Parameters:
value - The value to convert
locale - The locale used to convert the value
Returns:
The converted string value
See Also:
DateConverter.convertToObject(java.lang.String, java.util.Locale)

getDateFormat

public java.text.DateFormat getDateFormat(java.util.Locale locale)
Parameters:
locale -
Returns:
Returns the date format.

getTargetType

protected java.lang.Class<java.sql.Date> getTargetType()
Specified by:
getTargetType in class AbstractConverter<java.sql.Date>
Returns:
The target type of this type converter


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