public interface LayoutSEOLinkManager
Modifier and Type | Method and Description |
---|---|
LayoutSEOLink |
getCanonicalLayoutSEOLink(Layout layout,
Locale locale,
String canonicalURL,
ThemeDisplay themeDisplay) |
default String |
getFullPageTitle(Layout layout,
String portletId,
String tilesTitle,
ListMergeable<String> titleListMergeable,
ListMergeable<String> subtitleListMergeable,
String companyName,
Locale locale) |
List<LayoutSEOLink> |
getLocalizedLayoutSEOLinks(Layout layout,
Locale locale,
String canonicalURL,
Set<Locale> availableLocales) |
default String |
getPageTitle(Layout layout,
String portletId,
String tilesTitle,
ListMergeable<String> titleListMergeable,
ListMergeable<String> subtitleListMergeable,
Locale locale) |
default String |
getPageTitleSuffix(Layout layout,
String companyName) |
LayoutSEOLink getCanonicalLayoutSEOLink(Layout layout, Locale locale, String canonicalURL, ThemeDisplay themeDisplay) throws PortalException
PortalException
default String getFullPageTitle(Layout layout, String portletId, String tilesTitle, ListMergeable<String> titleListMergeable, ListMergeable<String> subtitleListMergeable, String companyName, Locale locale) throws PortalException
PortalException
List<LayoutSEOLink> getLocalizedLayoutSEOLinks(Layout layout, Locale locale, String canonicalURL, Set<Locale> availableLocales) throws PortalException
PortalException
default String getPageTitle(Layout layout, String portletId, String tilesTitle, ListMergeable<String> titleListMergeable, ListMergeable<String> subtitleListMergeable, Locale locale) throws PortalException
PortalException
default String getPageTitleSuffix(Layout layout, String companyName) throws PortalException
PortalException