com.liferay.portlet.layoutsadmin.util
Class LayoutsTreeUtil
java.lang.Object
com.liferay.portlet.layoutsadmin.util.LayoutsTreeUtil
public class LayoutsTreeUtil
- extends Object
Method Summary |
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete)
|
static String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutsTreeUtil
public LayoutsTreeUtil()
getLayoutsJSON
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete)
throws Exception
- Throws:
Exception
getLayoutsJSON
public static String getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
long parentLayoutId,
long[] expandedLayoutIds,
boolean incomplete)
throws Exception
- Throws:
Exception