Package | Description |
---|---|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
LayoutFriendlyURLComposite |
VirtualLayoutFriendlyURLResolver.getLayoutFriendlyURLComposite(long companyId,
long groupId,
boolean privateLayout,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext) |
LayoutFriendlyURLComposite |
FriendlyURLResolver.getLayoutFriendlyURLComposite(long companyId,
long groupId,
boolean privateLayout,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext) |
Modifier and Type | Method and Description |
---|---|
LayoutFriendlyURLComposite |
Portal.getLayoutFriendlyURLComposite(long groupId,
boolean privateLayout,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext) |
static LayoutFriendlyURLComposite |
PortalUtil.getLayoutFriendlyURLComposite(long groupId,
boolean privateLayout,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext) |
LayoutFriendlyURLComposite |
Portal.getVirtualLayoutFriendlyURLComposite(boolean privateLayout,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
Deprecated.
As of 7.0.0, with no direct replacement
|
static LayoutFriendlyURLComposite |
PortalUtil.getVirtualLayoutFriendlyURLComposite(boolean privateLayout,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
Deprecated.
As of 7.0.0, with no direct replacement
|