com.liferay.portal.util
Class LayoutLister
java.lang.Object
com.liferay.portal.util.LayoutLister
public class LayoutLister
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
LayoutView |
getLayoutView(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
java.lang.String rootNodeName,
java.util.Locale locale)
|
LayoutView |
getLayoutView(long groupId,
boolean privateLayout,
java.lang.String rootNodeName,
java.util.Locale locale)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutLister
public LayoutLister()
getLayoutView
public LayoutView getLayoutView(long groupId,
boolean privateLayout,
java.lang.String rootNodeName,
java.util.Locale locale)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getLayoutView
public LayoutView getLayoutView(javax.servlet.http.HttpServletRequest request,
long groupId,
boolean privateLayout,
java.lang.String rootNodeName,
java.util.Locale locale)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException