@ProviderType
public interface Sitemap
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_ENTRIES |
| Modifier and Type | Method and Description |
|---|---|
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) |
String |
getSitemap(long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay) |
String |
getSitemap(String layoutUuid,
long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay) |
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
PortalExceptionString getSitemap(long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
throws PortalException
PortalExceptionString getSitemap(String layoutUuid,
long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
throws PortalException
PortalException