Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class FastDateFormatFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.FastDateFormatFactoryUtil

public class FastDateFormatFactoryUtil
extends Object


Constructor Summary
FastDateFormatFactoryUtil()
           
 
Method Summary
static Format getDate(int style, Locale locale, TimeZone timeZone)
           
static Format getDate(Locale locale)
           
static Format getDate(Locale locale, TimeZone timeZone)
           
static Format getDate(TimeZone timeZone)
           
static Format getDateTime(int dateStyle, int timeStyle, Locale locale, TimeZone timeZone)
           
static Format getDateTime(Locale locale)
           
static Format getDateTime(Locale locale, TimeZone timeZone)
           
static Format getDateTime(TimeZone timeZone)
           
static FastDateFormatFactory getFastDateFormatFactory()
           
static Format getSimpleDateFormat(String pattern)
           
static Format getSimpleDateFormat(String pattern, Locale locale)
           
static Format getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
           
static Format getSimpleDateFormat(String pattern, TimeZone timeZone)
           
static Format getTime(int style, Locale locale, TimeZone timeZone)
           
static Format getTime(Locale locale)
           
static Format getTime(Locale locale, TimeZone timeZone)
           
static Format getTime(TimeZone timeZone)
           
 void setFastDateFormatFactory(FastDateFormatFactory fastDateFormatFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastDateFormatFactoryUtil

public FastDateFormatFactoryUtil()
Method Detail

getDate

public static Format getDate(int style,
                             Locale locale,
                             TimeZone timeZone)

getDate

public static Format getDate(Locale locale)

getDate

public static Format getDate(Locale locale,
                             TimeZone timeZone)

getDate

public static Format getDate(TimeZone timeZone)

getDateTime

public static Format getDateTime(int dateStyle,
                                 int timeStyle,
                                 Locale locale,
                                 TimeZone timeZone)

getDateTime

public static Format getDateTime(Locale locale)

getDateTime

public static Format getDateTime(Locale locale,
                                 TimeZone timeZone)

getDateTime

public static Format getDateTime(TimeZone timeZone)

getFastDateFormatFactory

public static FastDateFormatFactory getFastDateFormatFactory()

getSimpleDateFormat

public static Format getSimpleDateFormat(String pattern)

getSimpleDateFormat

public static Format getSimpleDateFormat(String pattern,
                                         Locale locale)

getSimpleDateFormat

public static Format getSimpleDateFormat(String pattern,
                                         Locale locale,
                                         TimeZone timeZone)

getSimpleDateFormat

public static Format getSimpleDateFormat(String pattern,
                                         TimeZone timeZone)

getTime

public static Format getTime(int style,
                             Locale locale,
                             TimeZone timeZone)

getTime

public static Format getTime(Locale locale)

getTime

public static Format getTime(Locale locale,
                             TimeZone timeZone)

getTime

public static Format getTime(TimeZone timeZone)

setFastDateFormatFactory

public void setFastDateFormatFactory(FastDateFormatFactory fastDateFormatFactory)

Liferay 6.1.2-ce-ga3