List of usage examples for com.liferay.portal.kernel.util FastDateFormatFactoryUtil setFastDateFormatFactory
public void setFastDateFormatFactory(FastDateFormatFactory fastDateFormatFactory)
From source file:com.liferay.dynamic.data.mapping.render.DDMFormFieldValueRendererTest.java
License:Open Source License
protected void setUpFastDateFormatFactoryUtil() { FastDateFormatFactoryUtil fastDateFormatFactoryUtil = new FastDateFormatFactoryUtil(); fastDateFormatFactoryUtil.setFastDateFormatFactory(new FastDateFormatFactoryImpl()); }