public class SitemapImpl extends Object implements com.liferay.layouts.admin.kernel.util.Sitemap
| Constructor and Description |
|---|
SitemapImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addURLElement(com.liferay.portal.kernel.xml.Element element,
String url,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
Date modifiedDate,
String canonicalURL,
Map<Locale,String> alternateURLs) |
String |
encodeXML(String input) |
Map<Locale,String> |
getAlternateURLs(String canonicalURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout) |
String |
getSitemap(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
public void addURLElement(com.liferay.portal.kernel.xml.Element element,
String url,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
Date modifiedDate,
String canonicalURL,
Map<Locale,String> alternateURLs)
addURLElement in interface com.liferay.layouts.admin.kernel.util.Sitemappublic String encodeXML(String input)
encodeXML in interface com.liferay.layouts.admin.kernel.util.Sitemappublic Map<Locale,String> getAlternateURLs(String canonicalURL, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Layout layout) throws com.liferay.portal.kernel.exception.PortalException
getAlternateURLs in interface com.liferay.layouts.admin.kernel.util.Sitemapcom.liferay.portal.kernel.exception.PortalExceptionpublic String getSitemap(long groupId, boolean privateLayout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
getSitemap in interface com.liferay.layouts.admin.kernel.util.Sitemapcom.liferay.portal.kernel.exception.PortalException