Interface SitemapManager


@ProviderType public interface SitemapManager
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addURLElement(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

  • Method Details

    • addURLElement

      void addURLElement(com.liferay.portal.kernel.xml.Element element, String url, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
    • encodeXML

      String encodeXML(String input)
    • 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