Example usage for com.liferay.portal.kernel.servlet PortalWebResourceConstants RESOURCE_TYPE_EDITOR_TINYMCEEDITOR

List of usage examples for com.liferay.portal.kernel.servlet PortalWebResourceConstants RESOURCE_TYPE_EDITOR_TINYMCEEDITOR

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.servlet PortalWebResourceConstants RESOURCE_TYPE_EDITOR_TINYMCEEDITOR.

Prototype

String RESOURCE_TYPE_EDITOR_TINYMCEEDITOR

To view the source code for com.liferay.portal.kernel.servlet PortalWebResourceConstants RESOURCE_TYPE_EDITOR_TINYMCEEDITOR.

Click Source Link

Usage

From source file:com.liferay.frontend.editor.tinymce.web.internal.TinyMCEEditor.java

License:Open Source License

@Override
public String getResourceType() {
    return PortalWebResourceConstants.RESOURCE_TYPE_EDITOR_TINYMCEEDITOR;
}