|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SitemapGenerator
Interface for sitemap generators.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static int |
MAX_SITEMAPS
max sitemap entries per siteindex file |
static int |
MAX_SIZE
max file size in bytes |
static int |
MAX_URLS
max url entries per sitemap file |
| Method Summary | |
|---|---|
void |
generateSitemap(SitemapGeneratorService pSitemapGeneratorService)
Particular classes should provide logic there for sitemap generation. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
static final int MAX_SIZE
static final int MAX_URLS
static final int MAX_SITEMAPS
| Method Detail |
|---|
void generateSitemap(SitemapGeneratorService pSitemapGeneratorService)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||