Package com.liferay.site.manager
Interface SitemapManager
@ProviderType
public interface SitemapManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddURLElement(com.liferay.portal.kernel.xml.Element element, String url, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, Date modifiedDate, String canonicalURL, Map<Locale, String> alternateURLs) getAlternateURLs(String canonicalURL, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Layout layout) getSitemap(long groupId, boolean privateLayout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) getSitemap(String layoutUuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
-
Field Details
-
MAXIMUM_ENTRIES
static final int MAXIMUM_ENTRIES- See Also:
-
-
Method Details
-
addURLElement
-
encodeXML
-
getAlternateURLs
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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSitemap
String getSitemap(long groupId, boolean privateLayout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSitemap
String getSitemap(String layoutUuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-