Interface SitemapLocator

All Known Implementing Classes:
GenericSitemapLocator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SitemapLocator

Suggestions of sitemap locations associated with a URL web site. Only the first one that exists for a web site will be processed by the SitemapResolver and it won't be processed again for the same web site within a session. The sitemap locator is not used under the following conditions.

  • If the sitemap locator has been disabled (null).
  • If the sitemap resolver has been disabled (null).
  • If a sitemap was specified as a start reference for the same URL web site.