Uses of Interface
org.apache.sling.sitemap.builder.Url
-
Packages that use Url Package Description org.apache.sling.sitemap.builder This package provide a builder-like API to create XML sitemaps.org.apache.sling.sitemap.impl.builder -
-
Uses of Url in org.apache.sling.sitemap.builder
Methods in org.apache.sling.sitemap.builder that return Url Modifier and Type Method Description @NotNull UrlSitemap. addUrl(@NotNull String location)Adds a location to theSitemap.@NotNull UrlUrl. setChangeFrequency(@NotNull Url.ChangeFrequency changeFrequency)Sets the change frequency of the url.@NotNull UrlUrl. setLastModified(@NotNull Instant pointInTime)Sets the last modified time of the url.@NotNull UrlUrl. setPriority(double priority)Sets the priority of the url. -
Uses of Url in org.apache.sling.sitemap.impl.builder
Classes in org.apache.sling.sitemap.impl.builder that implement Url Modifier and Type Class Description classUrlImplMethods in org.apache.sling.sitemap.impl.builder that return Url Modifier and Type Method Description @NotNull UrlSitemapImpl. addUrl(@NotNull String location)@NotNull UrlUrlImpl. setChangeFrequency(@NotNull Url.ChangeFrequency changeFrequency)@NotNull UrlUrlImpl. setLastModified(@NotNull Instant pointInTime)@NotNull UrlUrlImpl. setPriority(double priority)
-