Example usage for com.liferay.portal.kernel.util WebKeys PORTLET_CATEGORY

List of usage examples for com.liferay.portal.kernel.util WebKeys PORTLET_CATEGORY

Introduction

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

Prototype

String PORTLET_CATEGORY

To view the source code for com.liferay.portal.kernel.util WebKeys PORTLET_CATEGORY.

Click Source Link

Usage

From source file:com.liferay.application.list.my.account.permissions.test.PanelAppMyAccountPermissionsTest.java

License:Open Source License

protected Company addCompany() throws Exception {
    Company company = CompanyTestUtil.addCompany();

    WebAppPool.put(company.getCompanyId(), WebKeys.PORTLET_CATEGORY, new PortletCategory());

    return company;
}