Sitemap
@Deprecated
@ProviderType
public interface Sitemap
Modifier and Type | Field and Description |
---|---|
static int |
MAXIMUM_ENTRIES
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
Modifier and Type | Method and Description |
---|---|
void |
addURLElement(Element element,
String url,
UnicodeProperties typeSettingsUnicodeProperties,
Date modifiedDate,
String canonicalURL,
Map<Locale,String> alternateURLs)
Deprecated.
|
String |
encodeXML(String input)
Deprecated.
|
Map<Locale,String> |
getAlternateURLs(String canonicalURL,
ThemeDisplay themeDisplay,
Layout layout)
Deprecated.
|
String |
getSitemap(long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
Deprecated.
|
String |
getSitemap(String layoutUuid,
long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
Deprecated.
|
@Deprecated static final int MAXIMUM_ENTRIES
void addURLElement(Element element, String url, UnicodeProperties typeSettingsUnicodeProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
String encodeXML(String input)
Map<Locale,String> getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout) throws PortalException
PortalException
String getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay) throws PortalException
PortalException
String getSitemap(String layoutUuid, long groupId, boolean privateLayout, ThemeDisplay themeDisplay) throws PortalException
PortalException