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 Url
Sitemap. addUrl(@NotNull String location)
Adds a location to theSitemap
.@NotNull Url
Url. setChangeFrequency(@NotNull Url.ChangeFrequency changeFrequency)
Sets the change frequency of the url.@NotNull Url
Url. setLastModified(@NotNull Instant pointInTime)
Sets the last modified time of the url.@NotNull Url
Url. 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 class
UrlImpl
Methods in org.apache.sling.sitemap.impl.builder that return Url Modifier and Type Method Description @NotNull Url
SitemapImpl. addUrl(@NotNull String location)
@NotNull Url
UrlImpl. setChangeFrequency(@NotNull Url.ChangeFrequency changeFrequency)
@NotNull Url
UrlImpl. setLastModified(@NotNull Instant pointInTime)
@NotNull Url
UrlImpl. setPriority(double priority)
-