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 static RssGeneratorRssGenerator. of(String baseUrl)Helper method to create an instance of SitemapGeneratorstatic RssGeneratorRssGenerator. of(String baseUrl, boolean root)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)Set Web descriptionRssGeneratorRssGenerator. webTitle(String webTitle)Set Web title
-