Example usage for com.liferay.portal.kernel.portlet DisplayInformationProvider interface-usage

List of usage examples for com.liferay.portal.kernel.portlet DisplayInformationProvider interface-usage

Introduction

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

Usage

From source file com.liferay.journal.content.web.internal.portlet.JournalContentDisplayInformationProvider.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, property = { "javax.portlet.name="
        + JournalContentPortletKeys.JOURNAL_CONTENT }, service = DisplayInformationProvider.class)
public class JournalContentDisplayInformationProvider implements DisplayInformationProvider {