List of usage examples for com.liferay.portal.kernel.util ContentTypes IMAGE_GIF
String IMAGE_GIF
To view the source code for com.liferay.portal.kernel.util ContentTypes IMAGE_GIF.
Click Source Link
From source file:com.liferay.adaptive.media.image.internal.scaler.test.AMGIFImageScalerTest.java
License:Open Source License
private FileEntry _addFileEntry() throws Exception { return DLAppLocalServiceUtil.addFileEntry(TestPropsValues.getUserId(), _group.getGroupId(), DLFolderConstants.DEFAULT_PARENT_FOLDER_ID, RandomTestUtil.randomString() + ".gif", ContentTypes.IMAGE_GIF, FileUtil.getBytes(AMGIFImageScalerTest.class, _FILE_PATH_GIF_IMAGE), new ServiceContext()); }