@ProviderType
public interface SitemapGeneratorManager
SitemapGenerator
services.Modifier and Type | Method and Description |
---|---|
@Nullable SitemapGenerator |
getGenerator(@NotNull Resource sitemapRoot,
@NotNull java.lang.String name)
Returns the
SitemapGenerator for the given sitemap root Resource and name. |
@NotNull java.util.Map<java.lang.String,SitemapGenerator> |
getGenerators(@NotNull Resource sitemapRoot)
|
java.util.Set<java.lang.String> |
getNames(@NotNull Resource sitemapRoot)
Returns all names of all
SitemapGenerator s for the given sitemap root. |
@NotNull java.util.Set<java.lang.String> |
getOnDemandNames(@NotNull Resource sitemapRoot)
Returns all names of all
SitemapGenerator s for the given sitemap root, limited to those that are
configured to be served on demand. |
java.util.Set<java.lang.String> getNames(@NotNull @NotNull Resource sitemapRoot)
SitemapGenerator
s for the given sitemap root.sitemapRoot
- @NotNull @NotNull java.util.Set<java.lang.String> getOnDemandNames(@NotNull @NotNull Resource sitemapRoot)
SitemapGenerator
s for the given sitemap root, limited to those that are
configured to be served on demand.sitemapRoot
- @Nullable @Nullable SitemapGenerator getGenerator(@NotNull @NotNull Resource sitemapRoot, @NotNull @NotNull java.lang.String name)
SitemapGenerator
for the given sitemap root Resource
and name. This may be null
when no SitemapGenerator
service exists that generates a sitemap with the name for the given root.sitemapRoot
- name
- @NotNull @NotNull java.util.Map<java.lang.String,SitemapGenerator> getGenerators(@NotNull @NotNull Resource sitemapRoot)
sitemapRoot
- Copyright © 2010 - 2023 Adobe. All Rights Reserved