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

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

Introduction

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

Prototype

String RESOURCE_TYPE_EDITOR_ALLOYEDITOR

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

Click Source Link

Usage

From source file:com.liferay.frontend.editor.alloyeditor.web.AlloyEditorCreoleEditor.java

License:Open Source License

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