| Package | Description |
|---|---|
| org.jooby.internal.sitemap | |
| org.jooby.sitemap |
| Modifier and Type | Method and Description |
|---|---|
T |
JSitemap.with(WebPageProvider wpp) |
| Modifier and Type | Method and Description |
|---|---|
T |
JSitemap.with(Class<? extends WebPageProvider> wpp) |
| Constructor and Description |
|---|
JSitemap(String path,
Optional<String> baseurl,
WebPageProvider wpp) |
| Modifier and Type | Field and Description |
|---|---|
static WebPageProvider |
WebPageProvider.SITEMAP |
| Modifier and Type | Method and Description |
|---|---|
Sitemap |
Sitemap.with(WebPageProvider wpp)
Set a custom
WebPageProvider. |
| Modifier and Type | Method and Description |
|---|---|
Sitemap |
Sitemap.with(Class<? extends WebPageProvider> wpp)
Set a custom
WebPageProvider. |
Copyright © 2016. All rights reserved.