Liferay 7.0-ga1 portal-impl

com.liferay.portal.util
Class LayoutURLUtil

java.lang.Object
  extended by com.liferay.portal.util.LayoutURLUtil

public class LayoutURLUtil
extends Object


Constructor Summary
LayoutURLUtil()
           
 
Method Summary
static String getLayoutURL(com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
static String getLayoutURL(long groupId, String portletId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutURLUtil

public LayoutURLUtil()
Method Detail

getLayoutURL

public static String getLayoutURL(com.liferay.portal.kernel.model.Layout layout,
                                  com.liferay.portal.kernel.service.ServiceContext serviceContext)

getLayoutURL

public static String getLayoutURL(long groupId,
                                  String portletId,
                                  com.liferay.portal.kernel.service.ServiceContext serviceContext)
                           throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ga1 portal-impl