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 class
SitemapImpl
AnSitemap
implementation based on aWriter
that keeps the lastUrl
object 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 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
.
-