Uses of Class
cz.jiripinkas.jsitemapgenerator.generator.SitemapGenerator
-
Packages that use SitemapGenerator Package Description cz.jiripinkas.jsitemapgenerator.generator -
-
Uses of SitemapGenerator in cz.jiripinkas.jsitemapgenerator.generator
Methods in cz.jiripinkas.jsitemapgenerator.generator that return SitemapGenerator Modifier and Type Method Description SitemapGeneratorSitemapGenerator. addPage(WebPage webPage)Add single page to sitemapSitemapGeneratorSitemapGenerator. addPages(Collection<WebPage> webPages)Add collection of pages to sitemap<T> SitemapGeneratorSitemapGenerator. addPages(Collection<T> webPages, java.util.function.Function<T,WebPage> mapper)Add collection of pages to sitemapstatic SitemapGeneratorSitemapGenerator. of(String baseUrl)Helper method to create an instance of SitemapGeneratorstatic SitemapGeneratorSitemapGenerator. of(String baseUrl, SitemapGenerator.AdditionalNamespace[] additionalNamespaces)Helper method to create an instance of SitemapGenerator
-