Uses of Interface
com.restfb.util.DateFormatStrategy
-
Packages that use DateFormatStrategy Package Description com.restfb.util -
-
Uses of DateFormatStrategy in com.restfb.util
Classes in com.restfb.util that implement DateFormatStrategy Modifier and Type Class Description class
CachedDateFormatStrategy
a DateFormat strategy that returns a cached SimpleDateFormat instance.class
SimpleDateFormatStrategy
a simple DateFormat strategy.Methods in com.restfb.util that return DateFormatStrategy Modifier and Type Method Description static DateFormatStrategy
DateUtils. getDateFormatStrategy()
get the current DateFormatStrategy.Methods in com.restfb.util with parameters of type DateFormatStrategy Modifier and Type Method Description static void
DateUtils. setDateFormatStrategy(DateFormatStrategy dateFormatStrategy)
set theDateFormatStrategy
.
-