com.liferay.portlet
Class PortletSetupUtil

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

public class PortletSetupUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
PortletSetupUtil()
           
 
Method Summary
static JSONObject cssToJSONObject(javax.portlet.PortletPreferences portletSetup, java.lang.String css)
           
static java.lang.String cssToJSONString(javax.portlet.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(javax.portlet.PortletPreferences portletSetup,
                                         java.lang.String css)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

cssToJSONString

public static java.lang.String cssToJSONString(javax.portlet.PortletPreferences portletSetup)