List of usage examples for com.liferay.portal.kernel.model Portlet getControlPanelEntryInstance
public com.liferay.portal.kernel.portlet.ControlPanelEntry getControlPanelEntryInstance();
From source file:com.liferay.application.list.BasePanelApp.java
License:Open Source License
protected ControlPanelEntry getControlPanelEntry() { Portlet portlet = getPortlet(); if (portlet == null) { return null; }/*from www . j a va 2 s. c o m*/ return portlet.getControlPanelEntryInstance(); }