- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for validateSitemapUrl (0.12 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
} /** * Validates a sitemap URL entry. * @param sitemapUrl the sitemap URL to validate * @return true if valid, false otherwise */ protected boolean validateSitemapUrl(final SitemapUrl sitemapUrl) { if (!enableValidation) { return true; } if (sitemapUrl == null) { return false; } // Validate required fieldsCreated: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Fri Nov 14 13:19:40 GMT 2025 - 34.9K bytes - Click Count (0)