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 Url
Sitemap. 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 void
SitemapIndexImpl. addSitemap(@NotNull String location)
void
SitemapIndexImpl. addSitemap(@NotNull String location, @Nullable Instant lastModified)
@NotNull Url
SitemapImpl. addUrl(@NotNull String location)
protected boolean
SitemapImpl. 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 void
ResourceTreeSitemapGenerator. addResource(@NotNull String name, @NotNull Sitemap sitemap, @NotNull org.apache.sling.api.resource.Resource resource)
Implementations add the givenResource
to the givenSitemap
.void
ResourceTreeSitemapGenerator. generate(@NotNull org.apache.sling.api.resource.Resource sitemapRoot, @NotNull String name, @NotNull Sitemap sitemap, SitemapGenerator.Context context)
void
SitemapGenerator. generate(@NotNull org.apache.sling.api.resource.Resource sitemapRoot, @NotNull String name, @NotNull Sitemap sitemap, SitemapGenerator.Context context)
Generates aSitemap
with the given name at the givenResource
.
-