Package com.liferay.site.provider
Interface SitemapURLProvider
@ProviderType
public interface SitemapURLProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisInclude(long companyId, long groupId) voidvisitLayout(com.liferay.portal.kernel.xml.Element element, String layoutUuid, com.liferay.portal.kernel.model.LayoutSet layoutSet, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) voidvisitLayoutSet(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
-