Liferay 6.0-ee

com.liferay.portal.service.http
Class PortletJSONSerializer

java.lang.Object
  extended by com.liferay.portal.service.http.PortletJSONSerializer

public class PortletJSONSerializer
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
PortletJSONSerializer()
           
 
Method Summary
static JSONArray toJSONArray(List<Portlet> models)
           
static JSONArray toJSONArray(Portlet[] models)
           
static JSONArray toJSONArray(Portlet[][] models)
           
static JSONObject toJSONObject(Portlet model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletJSONSerializer

public PortletJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Portlet model)

toJSONArray

public static JSONArray toJSONArray(Portlet[] models)

toJSONArray

public static JSONArray toJSONArray(Portlet[][] models)

toJSONArray

public static JSONArray toJSONArray(List<Portlet> models)

Liferay 6.0-ee