Uses of Interface
org.apache.sling.sitemap.builder.Sitemap
-
Packages that use Sitemap Package Description org.apache.sling.sitemap.impl.builder org.apache.sling.sitemap.spi.generator -
-
Uses of Sitemap in org.apache.sling.sitemap.impl.builder
Classes in org.apache.sling.sitemap.impl.builder that implement Sitemap Modifier and Type Class Description classSitemapImplAnSitemapimplementation based on aWriterthat keeps the lastUrlobject in memory until another location gets added to theSitemapImpl. -
Uses of Sitemap in org.apache.sling.sitemap.spi.generator
Methods in org.apache.sling.sitemap.spi.generator with parameters of type Sitemap 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.
-