Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class FastDateFormatFactoryImpl

java.lang.Object
  extended by com.liferay.portal.util.FastDateFormatFactoryImpl
All Implemented Interfaces:
FastDateFormatFactory

public class FastDateFormatFactoryImpl
extends Object
implements FastDateFormatFactory


Constructor Summary
FastDateFormatFactoryImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastDateFormatFactoryImpl

public FastDateFormatFactoryImpl()
Method Detail

getDate

public Format getDate(int style,
                      Locale locale,
                      TimeZone timeZone)
Specified by:
getDate in interface FastDateFormatFactory

getDate

public Format getDate(Locale locale)
Specified by:
getDate in interface FastDateFormatFactory

getDate

public Format getDate(Locale locale,
                      TimeZone timeZone)
Specified by:
getDate in interface FastDateFormatFactory

getDate

public Format getDate(TimeZone timeZone)
Specified by:
getDate in interface FastDateFormatFactory

getDateTime

public Format getDateTime(int dateStyle,
                          int timeStyle,
                          Locale locale,
                          TimeZone timeZone)
Specified by:
getDateTime in interface FastDateFormatFactory

getDateTime

public Format getDateTime(Locale locale)
Specified by:
getDateTime in interface FastDateFormatFactory

getDateTime

public Format getDateTime(Locale locale,
                          TimeZone timeZone)
Specified by:
getDateTime in interface FastDateFormatFactory

getDateTime

public Format getDateTime(TimeZone timeZone)
Specified by:
getDateTime in interface FastDateFormatFactory

getSimpleDateFormat

public Format getSimpleDateFormat(String pattern)
Specified by:
getSimpleDateFormat in interface FastDateFormatFactory

getSimpleDateFormat

public Format getSimpleDateFormat(String pattern,
                                  Locale locale)
Specified by:
getSimpleDateFormat in interface FastDateFormatFactory

getSimpleDateFormat

public Format getSimpleDateFormat(String pattern,
                                  Locale locale,
                                  TimeZone timeZone)
Specified by:
getSimpleDateFormat in interface FastDateFormatFactory

getSimpleDateFormat

public Format getSimpleDateFormat(String pattern,
                                  TimeZone timeZone)
Specified by:
getSimpleDateFormat in interface FastDateFormatFactory

getTime

public Format getTime(int style,
                      Locale locale,
                      TimeZone timeZone)
Specified by:
getTime in interface FastDateFormatFactory

getTime

public Format getTime(Locale locale)
Specified by:
getTime in interface FastDateFormatFactory

getTime

public Format getTime(Locale locale,
                      TimeZone timeZone)
Specified by:
getTime in interface FastDateFormatFactory

getTime

public Format getTime(TimeZone timeZone)
Specified by:
getTime in interface FastDateFormatFactory

getKey

protected String getKey(Object... arguments)

Liferay 6.1.2-ce-ga3