Sitemap@Deprecated
@ProviderType
public interface Sitemap
| Modifier and Type | Method and Description |
|---|---|
void |
addURLElement(Element element,
String url,
UnicodeProperties typeSettingsProperties,
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.
|
void addURLElement(Element element, String url, UnicodeProperties typeSettingsProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
String encodeXML(String input)
Map<Locale,String> getAlternateURLs(String canonicalURL,
ThemeDisplay themeDisplay,
Layout layout)
throws PortalException
PortalExceptionString getSitemap(long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
throws PortalException
PortalExceptionString getSitemap(String layoutUuid,
long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
throws PortalException
PortalException