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 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.
-