RssGenerator |
RssGenerator.defaultDir(String dirName) |
Sets default prefix dir to name for all subsequent WebPages.
|
RssGenerator |
RssGenerator.defaultDir(String... dirNames) |
Sets default prefix dirs to name for all subsequent WebPages.
|
RssGenerator |
RssGenerator.defaultExtension(String extension) |
Sets default suffix extension for all subsequent WebPages.
|
static RssGenerator |
RssGenerator.of(String baseUrl) |
Helper method to create an instance of SitemapGenerator
|
static RssGenerator |
RssGenerator.of(String baseUrl,
boolean root) |
Helper method to create an instance of SitemapGenerator
|
static RssGenerator |
RssGenerator.of(String baseUrl,
boolean root,
String webTitle,
String webDescription) |
Helper method to create an instance of SitemapGenerator
|
static RssGenerator |
RssGenerator.of(String baseUrl,
String webTitle,
String webDescription) |
Helper method to create an instance of SitemapGenerator
|
RssGenerator |
RssGenerator.resetDefaultDir() |
Reset default dir value
|
RssGenerator |
RssGenerator.resetDefaultExtension() |
Reset default extension value
|
RssGenerator |
RssGenerator.webDescription(String webDescription) |
Set Web description
|
RssGenerator |
RssGenerator.webTitle(String webTitle) |
Set Web title
|