List of usage examples for com.liferay.portal.kernel.util PropsKeys LAYOUT_STATIC_PORTLETS_ALL
String LAYOUT_STATIC_PORTLETS_ALL
To view the source code for com.liferay.portal.kernel.util PropsKeys 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 _tearDown() { StringBundler sb = new StringBundler(_layoutStaticPortletsAll.length); for (String layoutStaticPortlet : _layoutStaticPortletsAll) { sb.append(layoutStaticPortlet);//from ww w . j av a 2 s .c o m } PropsUtil.set(PropsKeys.LAYOUT_STATIC_PORTLETS_ALL, sb.toString()); }