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 sitemapstatic RssGeneratorRssGenerator. of(String baseUrl)Helper method to create an instance of SitemapGeneratorstatic RssGeneratorRssGenerator. of(String baseUrl, boolean root, String webTitle, String webDescription)Helper method to create an instance of SitemapGeneratorstatic RssGeneratorRssGenerator. of(String baseUrl, String webTitle, String webDescription)Helper method to create an instance of SitemapGeneratorRssGeneratorRssGenerator. webDescription(String webDescription)RssGeneratorRssGenerator. webTitle(String webTitle)
-