Example usage for com.liferay.portal.kernel.util PortletKeys SERVER_ADMIN

List of usage examples for com.liferay.portal.kernel.util PortletKeys SERVER_ADMIN

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util PortletKeys SERVER_ADMIN.

Prototype

String SERVER_ADMIN

To view the source code for com.liferay.portal.kernel.util PortletKeys SERVER_ADMIN.

Click Source Link

Usage

From source file:com.liferay.server.admin.web.internal.application.list.ServerAdminPanelApp.java

License:Open Source License

@Override
public String getPortletId() {
    return PortletKeys.SERVER_ADMIN;
}

From source file:com.liferay.server.admin.web.internal.application.list.ServerAdminPanelApp.java

License:Open Source License

@Override
@Reference(target = "(javax.portlet.name=" + PortletKeys.SERVER_ADMIN + ")", unbind = "-")
public void setPortlet(Portlet portlet) {
    super.setPortlet(portlet);
}

From source file:com.liferay.server.admin.web.internal.upgrade.v1_0_0.UpgradePortletId.java

License:Open Source License

@Override
protected String[][] getRenamePortletIdsArray() {
    return new String[][] { new String[] { "137", PortletKeys.SERVER_ADMIN } };
}