Class PortletSetupUtil
Object
com.liferay.portal.kernel.portlet.PortletSetupUtil
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONObject
cssToJSONObject
(PortletPreferences portletPreferences) static JSONObject
cssToJSONObject
(PortletPreferences portletPreferences, String css) static String
cssToJSONString
(PortletPreferences portletPreferences)
-
Constructor Details
-
PortletSetupUtil
public PortletSetupUtil()
-
-
Method Details
-
cssToJSONObject
- Throws:
Exception
-
cssToJSONObject
public static JSONObject cssToJSONObject(PortletPreferences portletPreferences, String css) throws Exception - Throws:
Exception
-
cssToJSONString
-