Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.kernel.util.DateFormatFactory

Packages that use DateFormatFactory
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.util   
 

Uses of DateFormatFactory in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return DateFormatFactory
static DateFormatFactory DateFormatFactoryUtil.getDateFormatFactory()
           
 

Methods in com.liferay.portal.kernel.util with parameters of type DateFormatFactory
 void DateFormatFactoryUtil.setDateFormatFactory(DateFormatFactory fastDateFormatFactory)
           
 

Uses of DateFormatFactory in com.liferay.portal.util
 

Classes in com.liferay.portal.util that implement DateFormatFactory
 class DateFormatFactoryImpl
           
 


Liferay 6.1.10-ee-ga1