public class SitemapIndexUrl extends Object
| Constructor and Description |
|---|
SitemapIndexUrl(String
Configures the sitemap URL with no specified lastMod; we'll use
SitemapIndexGenerator or leave it blank if no default is specified
|
SitemapIndexUrl(String
Configures the sitemap URL with a specified lastMod
|
SitemapIndexUrl(URL
Configures the sitemap URL with no specified lastMod; we'll use
SitemapIndexGenerator or leave it blank if no default is specified
|
SitemapIndexUrl(URL
Configures the sitemap URL with a specified lastMod
|
public SitemapIndexUrl(URLurl, Date lastMod)
public SitemapIndexUrl(Stringurl, Date lastMod) throws MalformedURLException
MalformedURLException
public SitemapIndexUrl(URLurl)
SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specified
public SitemapIndexUrl(Stringurl) throws MalformedURLException
SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specified
MalformedURLException