Example usage for com.liferay.portal.kernel.util ContentTypes IMAGE_GIF

List of usage examples for com.liferay.portal.kernel.util ContentTypes IMAGE_GIF

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util ContentTypes IMAGE_GIF.

Prototype

String IMAGE_GIF

To view the source code for com.liferay.portal.kernel.util ContentTypes IMAGE_GIF.

Click Source Link

Usage

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());
}