Uses of Class
cz.jiripinkas.jsitemapgenerator.generator.RssGenerator
-
Packages that use RssGenerator Package Description cz.jiripinkas.jsitemapgenerator.generator -
-
Uses of RssGenerator in cz.jiripinkas.jsitemapgenerator.generator
Methods in cz.jiripinkas.jsitemapgenerator.generator that return RssGenerator Modifier and Type Method Description RssGeneratorRssGenerator. addPage(WebPage webPage)Add single page to sitemapRssGeneratorRssGenerator. addPages(Collection<WebPage> webPages)Add collection of pages to sitemap<T> RssGeneratorRssGenerator. addPages(Collection<T> webPages, java.util.function.Function<T,WebPage> mapper)Add collection of pages to sitemap
-