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

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

Introduction

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

Prototype

String RESOURCE_TYPE_EDITOR_SIMPLEEDITOR

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

Click Source Link

Usage

From source file:com.liferay.frontend.editor.simple.web.internal.SimpleEditor.java

License:Open Source License

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