Uses of Interface
org.apache.sling.sitemap.spi.generator.SitemapGenerator
-
Packages that use SitemapGenerator Package Description org.apache.sling.sitemap org.apache.sling.sitemap.spi.generator -
-
Uses of SitemapGenerator in org.apache.sling.sitemap
Methods in org.apache.sling.sitemap that return SitemapGenerator Modifier and Type Method Description @Nullable SitemapGeneratorSitemapGeneratorManager. getGenerator(@NotNull org.apache.sling.api.resource.Resource sitemapRoot, @NotNull String name)Returns theSitemapGeneratorfor the given sitemap rootResourceand name.Methods in org.apache.sling.sitemap that return types with arguments of type SitemapGenerator Modifier and Type Method Description @NotNull Map<String,SitemapGenerator>SitemapGeneratorManager. getGenerators(@NotNull org.apache.sling.api.resource.Resource sitemapRoot)Returns aMapofSitemapGenerators for each name returned bySitemapGeneratorManager.getNames(Resource). -
Uses of SitemapGenerator in org.apache.sling.sitemap.spi.generator
Classes in org.apache.sling.sitemap.spi.generator that implement SitemapGenerator Modifier and Type Class Description classResourceTreeSitemapGeneratorA default implementation ofSitemapGeneratorthat traverses a resource tree.
-