Interface LayoutSEOCanonicalURLProvider
public interface LayoutSEOCanonicalURLProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetCanonicalURL
(com.liferay.portal.kernel.model.Layout layout, Locale locale, String canonicalURL, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) getCanonicalURLMap
(com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) getDefaultCanonicalURL
(com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
-
Method Details
-
getCanonicalURL
String getCanonicalURL(com.liferay.portal.kernel.model.Layout layout, Locale locale, String canonicalURL, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCanonicalURLMap
Map<Locale,String> getCanonicalURLMap(com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultCanonicalURL
String getDefaultCanonicalURL(com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-