@ProviderType
public interface SitemapURLProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
default boolean |
isInclude(long companyId,
long groupId) |
void |
visitLayout(com.liferay.portal.kernel.xml.Element element,
java.lang.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) |
java.lang.String getClassName()
default boolean isInclude(long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void visitLayout(com.liferay.portal.kernel.xml.Element element, java.lang.String layoutUuid, com.liferay.portal.kernel.model.LayoutSet layoutSet, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
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
com.liferay.portal.kernel.exception.PortalException