Example usage for com.liferay.portal.kernel.portlet BasePortletLayoutFinder subclass-usage

List of usage examples for com.liferay.portal.kernel.portlet BasePortletLayoutFinder subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet BasePortletLayoutFinder subclass-usage.

Usage

From source file com.liferay.blogs.web.internal.portlet.BlogsPortletLayoutFinder.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = {
        "model.class.name=com.liferay.blogs.kernel.model.BlogsEntry" }, service = PortletLayoutFinder.class)
public class BlogsPortletLayoutFinder extends BasePortletLayoutFinder {

From source file com.liferay.document.library.web.internal.portlet.DLPortletLayoutFinder.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "model.class.name=com.liferay.portal.kernel.repository.model.FileEntry",
        "model.class.name=com.liferay.portal.kernel.repository.model.Folder" }, service = PortletLayoutFinder.class)
public class DLPortletLayoutFinder extends BasePortletLayoutFinder {

From source file com.liferay.message.boards.web.internal.portlet.MBPortletLayoutFinder.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "model.class.name=com.liferay.message.boards.kernel.model.MBCategory",
        "model.class.name=com.liferay.message.boards.kernel.model.MBMessage",
        "model.class.name=com.liferay.message.boards.kernel.model.MBThread" }, service = PortletLayoutFinder.class)