Uses of Interface
org.apache.sling.sitemap.spi.generator.SitemapGenerator.Context
-
Packages that use SitemapGenerator.Context Package Description org.apache.sling.sitemap.spi.generator -
-
Uses of SitemapGenerator.Context in org.apache.sling.sitemap.spi.generator
Methods in org.apache.sling.sitemap.spi.generator with parameters of type SitemapGenerator.Context Modifier and Type Method Description 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
.
-