Liferay 6.0.5

com.liferay.portal.service.http
Class LayoutJSONSerializer

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

public class LayoutJSONSerializer
extends Object

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

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

Constructor Detail

LayoutJSONSerializer

public LayoutJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Layout model)

toJSONArray

public static JSONArray toJSONArray(Layout[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Layout> models)

Liferay 6.0.5