@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) |
String |
encodeXML(String input) |
Map<Locale,String> |
getAlternateURLs(String canonicalURL,
ThemeDisplay themeDisplay,
Layout layout) |
String |
getSitemap(long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay) |
String |
getSitemap(String layoutUuid,
long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay) |
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
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