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