public class DateFilterHandler extends FilterHandler<Date>
FilterHandler that provides support for Date values.| Constructor and Description |
|---|
DateFilterHandler() |
| Modifier and Type | Method and Description |
|---|---|
Date |
convertToObject(String value)
Converts a filter value in string representation to native representation.
|
String |
convertToString(Date object)
Converts a filter value in native representation to string representation.
|
public Date convertToObject(String value)
FilterHandlerconvertToObject in class FilterHandler<Date>value - the string representation of the filter valuepublic String convertToString(Date object)
FilterHandlerconvertToString in class FilterHandler<Date>object - the native representation of the filter valueCopyright © 2012. All Rights Reserved.