public class RssGenerator extends AbstractGenerator
baseUrl, urls| Constructor and Description |
|---|
RssGenerator(String baseUrl,
boolean root,
String webTitle,
String webDescription)
Create RssGenerator
|
RssGenerator(String baseUrl,
String webTitle,
String webDescription)
Create RssGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
String |
constructRss()
This will construct RSS from web pages.
|
addPage, addPagespublic RssGenerator(String baseUrl, boolean root, String webTitle, String webDescription)
baseUrl - Base URLroot - If Base URL is root (for example http://www.javavids.com or if
it's some path like http://www.javalibs.com/blog)webTitle - Web titlewebDescription - Web descriptionpublic String constructRss()
Copyright © 2016. All rights reserved.