Example usage for com.liferay.portal.util PropsValues LAYOUT_STATIC_PORTLETS_ALL

List of usage examples for com.liferay.portal.util PropsValues LAYOUT_STATIC_PORTLETS_ALL

Introduction

In this page you can find the example usage for com.liferay.portal.util PropsValues LAYOUT_STATIC_PORTLETS_ALL.

Prototype

String[] LAYOUT_STATIC_PORTLETS_ALL

To view the source code for com.liferay.portal.util PropsValues LAYOUT_STATIC_PORTLETS_ALL.

Click Source Link

Usage

From source file:com.liferay.layout.type.controller.test.LayoutTypePortletImplTest.java

License:Open Source License

private static void _setUp() throws Exception {
    _group = GroupTestUtil.addGroup();//from  w w w .  j  a va 2s  .co  m

    _layout = LayoutTestUtil.addLayout(_group, false);

    _layoutTypePortlet = (LayoutTypePortlet) _layout.getLayoutType();

    _layoutStaticPortletsAll = PropsValues.LAYOUT_STATIC_PORTLETS_ALL;
}