Uses of Class
cz.jiripinkas.jsitemapgenerator.WebPage
-
Packages that use WebPage Package Description cz.jiripinkas.jsitemapgenerator -
-
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. addAlternateName(String language, String name)WebPageWebPage. addImage(Image image)WebPageRssItemBuilder. build()Deprecated.Returns current webPageWebPageWebPage.RssItemBuilder. build()Returns current webPageWebPageWebPage.WebPageBuilder. build()Returns current webPageWebPageWebPageBuilder. build()Deprecated.Returns current webPagestatic WebPageWebPage. of(String name)Method for creating WebPage only with name (this can be useful for really simple sitemaps or with combination of default settings set on SitemapGenerator)Methods in cz.jiripinkas.jsitemapgenerator with parameters of type WebPage Modifier and Type Method Description IAbstractGenerator. 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 IAbstractGenerator. addPages(Collection<WebPage> webPages)Add collection of pages to sitemap<T> IAbstractGenerator. addPages(Collection<T> webPages, java.util.function.Function<T,WebPage> mapper)Add collection of pages to sitemapIAbstractGenerator. addPages(java.util.function.Supplier<Collection<WebPage>> webPagesSupplier)Add collection of pages to sitemap<T> IAbstractGenerator. addPages(java.util.function.Supplier<Collection<T>> webPagesSupplier, java.util.function.Function<T,WebPage> mapper)Add collection of pages to sitemap
-