Uses of Class
org.apache.sling.sitemap.SitemapException
-
Packages that use SitemapException Package Description org.apache.sling.sitemap.builder This package provide a builder-like API to create XML sitemaps.org.apache.sling.sitemap.impl.builder org.apache.sling.sitemap.spi.generator -
-
Uses of SitemapException in org.apache.sling.sitemap.builder
Methods in org.apache.sling.sitemap.builder that throw SitemapException Modifier and Type Method Description @NotNull UrlSitemap. addUrl(@NotNull String location)Adds a location to theSitemap. -
Uses of SitemapException in org.apache.sling.sitemap.impl.builder
Methods in org.apache.sling.sitemap.impl.builder that throw SitemapException Modifier and Type Method Description voidSitemapIndexImpl. addSitemap(@NotNull String location)voidSitemapIndexImpl. addSitemap(@NotNull String location, @Nullable Instant lastModified)@NotNull UrlSitemapImpl. addUrl(@NotNull String location)protected booleanSitemapImpl. writePendingUrl() -
Uses of SitemapException in org.apache.sling.sitemap.spi.generator
Methods in org.apache.sling.sitemap.spi.generator that throw SitemapException Modifier and Type Method Description protected abstract voidResourceTreeSitemapGenerator. addResource(@NotNull String name, @NotNull Sitemap sitemap, @NotNull org.apache.sling.api.resource.Resource resource)Implementations add the givenResourceto the givenSitemap.voidResourceTreeSitemapGenerator. generate(@NotNull org.apache.sling.api.resource.Resource sitemapRoot, @NotNull String name, @NotNull Sitemap sitemap, SitemapGenerator.Context context)voidSitemapGenerator. generate(@NotNull org.apache.sling.api.resource.Resource sitemapRoot, @NotNull String name, @NotNull Sitemap sitemap, SitemapGenerator.Context context)Generates aSitemapwith the given name at the givenResource.
-