Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.model.LayoutFriendlyURLComposite

Packages that use LayoutFriendlyURLComposite
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of LayoutFriendlyURLComposite in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return LayoutFriendlyURLComposite
 LayoutFriendlyURLComposite FriendlyURLResolver.getLayoutFriendlyURLComposite(long companyId, long groupId, boolean privateLayout, String friendlyURL, Map<String,String[]> params, Map<String,Object> requestContext)
           
 

Uses of LayoutFriendlyURLComposite in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return LayoutFriendlyURLComposite
 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
 

Uses of LayoutFriendlyURLComposite in com.liferay.portlet
 

Methods in com.liferay.portlet that return LayoutFriendlyURLComposite
 LayoutFriendlyURLComposite VirtualLayoutFriendlyURLResolver.getLayoutFriendlyURLComposite(long companyId, long groupId, boolean privateLayout, String friendlyURL, Map<String,String[]> params, Map<String,Object> requestContext)
           
 


Liferay 7.0-ce-b4