public interface LayoutSEOLinkManager
Modifier and Type | Method and Description |
---|---|
default LayoutSEOLink |
getCanonicalLayoutSEOLink(Layout layout,
Locale locale,
String canonicalURL,
Map<Locale,String> alternateURLs) |
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,
Map<Locale,String> alternateURLs) |
default String |
getPageTitle(Layout layout,
String portletId,
String tilesTitle,
ListMergeable<String> titleListMergeable,
ListMergeable<String> subtitleListMergeable,
Locale locale) |
default String |
getPageTitleSuffix(Layout layout,
String companyName) |
default boolean |
isOpenGraphEnabled(Layout layout)
Deprecated.
As of Athanasius (7.3.x), replaced by
OpenGraphConfiguration#isOpenGraphEnabled(Group) |
default LayoutSEOLink getCanonicalLayoutSEOLink(Layout layout, Locale locale, String canonicalURL, Map<Locale,String> alternateURLs) 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, Map<Locale,String> alternateURLs) 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
@Deprecated default boolean isOpenGraphEnabled(Layout layout) throws PortalException
OpenGraphConfiguration#isOpenGraphEnabled(Group)
PortalException