List of usage examples for com.liferay.portal.util PropsValues LAYOUT_STATIC_PORTLETS_ALL
String[] LAYOUT_STATIC_PORTLETS_ALL
To view the source code for com.liferay.portal.util PropsValues LAYOUT_STATIC_PORTLETS_ALL.
Click Source Link
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; }