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