Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class PortletSetupUtil

java.lang.Object
  extended by com.liferay.portlet.PortletSetupUtil

public class PortletSetupUtil
extends Object


Constructor Summary
PortletSetupUtil()
           
 
Method Summary
static JSONObject cssToJSONObject(PortletPreferences portletSetup, String css)
           
static String cssToJSONString(PortletPreferences portletSetup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSetupUtil

public PortletSetupUtil()
Method Detail

cssToJSONObject

public static JSONObject cssToJSONObject(PortletPreferences portletSetup,
                                         String css)
                                  throws Exception
Throws:
Exception

cssToJSONString

public static String cssToJSONString(PortletPreferences portletSetup)

Liferay 6.1.2-ce-ga3