Liferay 7.0-ce-b8 portal-service

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

Packages that use LayoutFriendlyURLComposite
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. 
 

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

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

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

Methods in com.liferay.portal.kernel.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
 


Liferay 7.0-ce-b8 portal-service