Interface AssetDisplayPageFriendlyURLProvider


@ProviderType public interface AssetDisplayPageFriendlyURLProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
    getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, Locale locale, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
    <T> String
    getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, T t, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
  • Method Details

    • getFriendlyURL

      String getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, Locale locale, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFriendlyURL

      <T> String getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, T t, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFriendlyURL

      String getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException