Liferay 6.2-ce-ga5

com.liferay.portal.util
Class DateFormatFactoryImpl

java.lang.Object
  extended by com.liferay.portal.util.DateFormatFactoryImpl
All Implemented Interfaces:
DateFormatFactory

public class DateFormatFactoryImpl
extends Object
implements DateFormatFactory


Constructor Summary
DateFormatFactoryImpl()
           
 
Method Summary
 DateFormat getDate(Locale locale)
           
 DateFormat getDate(Locale locale, TimeZone timeZone)
           
 DateFormat getDate(TimeZone timeZone)
           
 DateFormat getDateTime(Locale locale)
           
 DateFormat getDateTime(Locale locale, TimeZone timeZone)
           
 DateFormat getDateTime(TimeZone timeZone)
           
 DateFormat getSimpleDateFormat(String pattern)
           
 DateFormat getSimpleDateFormat(String pattern, Locale locale)
           
 DateFormat getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
           
 DateFormat getSimpleDateFormat(String pattern, TimeZone timeZone)
           
 DateFormat getTime(Locale locale)
           
 DateFormat getTime(Locale locale, TimeZone timeZone)
           
 DateFormat getTime(TimeZone timeZone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFormatFactoryImpl

public DateFormatFactoryImpl()
Method Detail

getDate

public DateFormat getDate(Locale locale)
Specified by:
getDate in interface DateFormatFactory

getDate

public DateFormat getDate(Locale locale,
                          TimeZone timeZone)
Specified by:
getDate in interface DateFormatFactory

getDate

public DateFormat getDate(TimeZone timeZone)
Specified by:
getDate in interface DateFormatFactory

getDateTime

public DateFormat getDateTime(Locale locale)
Specified by:
getDateTime in interface DateFormatFactory

getDateTime

public DateFormat getDateTime(Locale locale,
                              TimeZone timeZone)
Specified by:
getDateTime in interface DateFormatFactory

getDateTime

public DateFormat getDateTime(TimeZone timeZone)
Specified by:
getDateTime in interface DateFormatFactory

getSimpleDateFormat

public DateFormat getSimpleDateFormat(String pattern)
Specified by:
getSimpleDateFormat in interface DateFormatFactory

getSimpleDateFormat

public DateFormat getSimpleDateFormat(String pattern,
                                      Locale locale)
Specified by:
getSimpleDateFormat in interface DateFormatFactory

getSimpleDateFormat

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

getSimpleDateFormat

public DateFormat getSimpleDateFormat(String pattern,
                                      TimeZone timeZone)
Specified by:
getSimpleDateFormat in interface DateFormatFactory

getTime

public DateFormat getTime(Locale locale)
Specified by:
getTime in interface DateFormatFactory

getTime

public DateFormat getTime(Locale locale,
                          TimeZone timeZone)
Specified by:
getTime in interface DateFormatFactory

getTime

public DateFormat getTime(TimeZone timeZone)
Specified by:
getTime in interface DateFormatFactory

Liferay 6.2-ce-ga5