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