Class FastDateFormatFactoryImpl

Object
com.liferay.portal.util.FastDateFormatFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.util.FastDateFormatFactory

public class FastDateFormatFactoryImpl extends Object implements com.liferay.portal.kernel.util.FastDateFormatFactory
Author:
Brian Wing Shun Chan
  • Constructor Details

    • FastDateFormatFactoryImpl

      public FastDateFormatFactoryImpl()
  • Method Details

    • getDate

      public Format getDate(int style, Locale locale, TimeZone timeZone)
      Specified by:
      getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getDate

      public Format getDate(Locale locale)
      Specified by:
      getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getDate

      public Format getDate(Locale locale, TimeZone timeZone)
      Specified by:
      getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getDate

      public Format getDate(TimeZone timeZone)
      Specified by:
      getDate in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getDateTime

      public Format getDateTime(int dateStyle, int timeStyle, Locale locale, TimeZone timeZone)
      Specified by:
      getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getDateTime

      public Format getDateTime(Locale locale)
      Specified by:
      getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getDateTime

      public Format getDateTime(Locale locale, TimeZone timeZone)
      Specified by:
      getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getDateTime

      public Format getDateTime(TimeZone timeZone)
      Specified by:
      getDateTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getSimpleDateFormat

      public Format getSimpleDateFormat(String pattern)
      Specified by:
      getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getSimpleDateFormat

      public Format getSimpleDateFormat(String pattern, Locale locale)
      Specified by:
      getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getSimpleDateFormat

      public Format getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
      Specified by:
      getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getSimpleDateFormat

      public Format getSimpleDateFormat(String pattern, TimeZone timeZone)
      Specified by:
      getSimpleDateFormat in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getTime

      public Format getTime(int style, Locale locale, TimeZone timeZone)
      Specified by:
      getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getTime

      public Format getTime(Locale locale)
      Specified by:
      getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getTime

      public Format getTime(Locale locale, TimeZone timeZone)
      Specified by:
      getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getTime

      public Format getTime(TimeZone timeZone)
      Specified by:
      getTime in interface com.liferay.portal.kernel.util.FastDateFormatFactory
    • getKey

      protected String getKey(Object... arguments)