public class SitemapIndexUrl extends Object
| Constructor and Description |
|---|
SitemapIndexUrl(String url)
Configures the sitemap URL with no specified lastMod; we'll use
SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specified |
SitemapIndexUrl(String url,
Date lastMod)
Configures the sitemap URL with a specified lastMod
|
SitemapIndexUrl(URL url)
Configures the sitemap URL with no specified lastMod; we'll use
SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specified |
SitemapIndexUrl(URL url,
Date lastMod)
Configures the sitemap URL with a specified lastMod
|
public SitemapIndexUrl(URL url, Date lastMod)
public SitemapIndexUrl(String url, Date lastMod) throws MalformedURLException
MalformedURLExceptionpublic SitemapIndexUrl(URL url)
SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specifiedpublic SitemapIndexUrl(String url) throws MalformedURLException
SitemapIndexGenerator.Options.defaultLastMod(Date) or leave it blank if no default is specifiedMalformedURLExceptionCopyright © 2015. All rights reserved.