Example usage for com.liferay.portal.kernel.scripting ScriptingExecutor interface-usage

List of usage examples for com.liferay.portal.kernel.scripting ScriptingExecutor interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.scripting ScriptingExecutor interface-usage.

Usage

From source file com.slemarchand.sqlqueryscripting.scripting.sqlquery.SQLQueryExecutor.java

/**
 * @author Sbastien Le Marchand
 */
public class SQLQueryExecutor implements ScriptingExecutor {

    public static final String LANGUAGE = "sql-query";