- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getAlternateLinks (0.08 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
} /** * Gets the list of alternate links associated with this URL. * @return the list of alternate links, or an empty list if none */ public List<SitemapAlternateLink> getAlternateLinks() { if (alternateLinks == null) { alternateLinks = new ArrayList<>(); } return alternateLinks; } /** * Adds an alternate link to this sitemap URL.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 9.1K bytes - Viewed (0)