@Version("1.0.0")
Package org.apache.sling.sitemap.spi.generator
-
Interface Summary Interface Description SitemapGenerator SitemapGenerator
implementations are responsible to generate one or many sitemaps for a given sitemap rootResource
.SitemapGenerator.Context A context object that gives theSitemapGenerator
access to additional configurations and methods to track state. -
Class Summary Class Description ResourceTreeSitemapGenerator A default implementation ofSitemapGenerator
that traverses a resource tree.