@ProviderType
public interface AssetDisplayPageFriendlyURLProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference,
java.util.Locale locale,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
<T> java.lang.String |
getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference,
T t,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, java.util.Locale locale, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
<T> java.lang.String getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, T t, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getFriendlyURL(com.liferay.info.item.InfoItemReference infoItemReference, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException