Uses of Class
cz.jiripinkas.jsitemapgenerator.WebPage
-
Packages that use WebPage Package Description cz.jiripinkas.jsitemapgenerator cz.jiripinkas.jsitemapgenerator.generator -
-
Uses of WebPage in cz.jiripinkas.jsitemapgenerator
Fields in cz.jiripinkas.jsitemapgenerator with type parameters of type WebPage Modifier and Type Field Description protected Map<String,WebPage>AbstractGenerator. urlsMethods in cz.jiripinkas.jsitemapgenerator that return WebPage Modifier and Type Method Description WebPageWebPage. addImage(Image image)WebPageRssItemBuilder. build()Deprecated.Returns current webPageWebPageWebPage.RssItemBuilder. build()Returns current webPageWebPageWebPage.WebPageBuilder. build()Returns current webPageWebPageWebPageBuilder. build()Deprecated.Returns current webPageMethods in cz.jiripinkas.jsitemapgenerator with parameters of type WebPage Modifier and Type Method Description AbstractGeneratorAbstractGenerator. addPage(WebPage webPage)Add single page to sitemapintWebPage. compareTo(WebPage o)Compare WebPage first by priority (in descending order - higher priority is first), then by shortName (in ascending order).Method parameters in cz.jiripinkas.jsitemapgenerator with type arguments of type WebPage Modifier and Type Method Description AbstractGeneratorAbstractGenerator. 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 WebPage in cz.jiripinkas.jsitemapgenerator.generator
Methods in cz.jiripinkas.jsitemapgenerator.generator with parameters of type WebPage Modifier and Type Method Description RssGeneratorRssGenerator. addPage(WebPage webPage)Add single page to sitemapSitemapGeneratorSitemapGenerator. addPage(WebPage webPage)Add single page to sitemapMethod parameters in cz.jiripinkas.jsitemapgenerator.generator with type arguments of type WebPage Modifier and Type Method Description RssGeneratorRssGenerator. 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 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 sitemap
-