Liferay 7.0-ce-b4

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(Layout layout, ServiceContext serviceContext)
           
static String getLayoutURL(long groupId, String portletId, 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(Layout layout,
                                  ServiceContext serviceContext)

getLayoutURL

public static String getLayoutURL(long groupId,
                                  String portletId,
                                  ServiceContext serviceContext)
                           throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4