Example usage for com.liferay.portal.kernel.model LayoutTypeController interface-usage

List of usage examples for com.liferay.portal.kernel.model LayoutTypeController interface-usage

Introduction

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

Usage

From source file com.liferay.layout.type.controller.TestLayoutTypeController.java

/**
 * @author Phil Jones
 */
@Component(immediate = true, property = { "layout.type=testLayoutTypeController",
        "service.ranking:Integer=" + Integer.MAX_VALUE })
public class TestLayoutTypeController implements LayoutTypeController {