Example usage for com.liferay.portal.util PropsValues DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES

List of usage examples for com.liferay.portal.util PropsValues DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES

Introduction

In this page you can find the example usage for com.liferay.portal.util PropsValues DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES.

Prototype

String[] DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES

To view the source code for com.liferay.portal.util PropsValues DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES.

Click Source Link

Usage

From source file:com.liferay.document.library.item.selector.web.internal.video.DLVideoItemSelectorView.java

License:Open Source License

@Override
public String[] getMimeTypes() {
    return PropsValues.DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES;
}