public class FastDateFormatFactoryImpl extends Object implements com.liferay.portal.kernel.util.FastDateFormatFactory
| Constructor and Description |
|---|
FastDateFormatFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Format |
getDate(int style,
Locale locale,
TimeZone timeZone) |
Format |
getDate(Locale locale) |
Format |
getDate(Locale locale,
TimeZone timeZone) |
Format |
getDate(TimeZone timeZone) |
Format |
getDateTime(int dateStyle,
int timeStyle,
Locale locale,
TimeZone timeZone) |
Format |
getDateTime(Locale locale) |
Format |
getDateTime(Locale locale,
TimeZone timeZone) |
Format |
getDateTime(TimeZone timeZone) |
protected String |
getKey(Object... arguments) |
Format |
getSimpleDateFormat(String pattern) |
Format |
getSimpleDateFormat(String pattern,
Locale locale) |
Format |
getSimpleDateFormat(String pattern,
Locale locale,
TimeZone timeZone) |
Format |
getSimpleDateFormat(String pattern,
TimeZone timeZone) |
Format |
getTime(int style,
Locale locale,
TimeZone timeZone) |
Format |
getTime(Locale locale) |
Format |
getTime(Locale locale,
TimeZone timeZone) |
Format |
getTime(TimeZone timeZone) |
public Format getDate(int style, Locale locale, TimeZone timeZone)
getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getDate(Locale locale)
getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getDate(Locale locale, TimeZone timeZone)
getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getDate(TimeZone timeZone)
getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getDateTime(int dateStyle, int timeStyle, Locale locale, TimeZone timeZone)
getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getDateTime(Locale locale)
getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getDateTime(Locale locale, TimeZone timeZone)
getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getDateTime(TimeZone timeZone)
getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getSimpleDateFormat(String pattern)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getSimpleDateFormat(String pattern, Locale locale)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getSimpleDateFormat(String pattern, TimeZone timeZone)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getTime(int style, Locale locale, TimeZone timeZone)
getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getTime(Locale locale)
getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getTime(Locale locale, TimeZone timeZone)
getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactorypublic Format getTime(TimeZone timeZone)
getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory