Liferay 6.2-ce-ga5

com.liferay.portal.typeconverter
Class DateArrayConverter

java.lang.Object
  extended by com.liferay.portal.typeconverter.DateArrayConverter
All Implemented Interfaces:
jodd.typeconverter.TypeConverter<Date[]>

public class DateArrayConverter
extends Object
implements jodd.typeconverter.TypeConverter<Date[]>


Constructor Summary
DateArrayConverter(jodd.typeconverter.ConvertBean convertBean)
           
 
Method Summary
 Date[] convert(Object value)
           
protected  Date[] convertArray(Object[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateArrayConverter

public DateArrayConverter(jodd.typeconverter.ConvertBean convertBean)
Method Detail

convert

public Date[] convert(Object value)
Specified by:
convert in interface jodd.typeconverter.TypeConverter<Date[]>

convertArray

protected Date[] convertArray(Object[] values)

Liferay 6.2-ce-ga5