Interface SitemapURLProvider


@ProviderType public interface SitemapURLProvider
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
    isInclude(long companyId, long groupId)
     
    void
    visitLayout(com.liferay.portal.kernel.xml.Element element, String layoutUuid, com.liferay.portal.kernel.model.LayoutSet layoutSet, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
    void
    visitLayoutSet(com.liferay.portal.kernel.xml.Element element, com.liferay.portal.kernel.model.LayoutSet layoutSet, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
  • Method Details

    • getClassName

      String getClassName()
    • isInclude

      default boolean isInclude(long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • visitLayout

      void visitLayout(com.liferay.portal.kernel.xml.Element element, String layoutUuid, com.liferay.portal.kernel.model.LayoutSet layoutSet, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • visitLayoutSet

      void visitLayoutSet(com.liferay.portal.kernel.xml.Element element, com.liferay.portal.kernel.model.LayoutSet layoutSet, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException