public abstract class JSitemap<T extends JSitemap> extends Object implements Jooby.Module
| Constructor and Description |
|---|
JSitemap(String path,
Optional<String> baseurl,
WebPageProvider wpp) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Env env,
com.typesafe.config.Config conf,
com.google.inject.Binder binder) |
T |
filter(Predicate<Route.Definition> filter) |
protected abstract javaslang.Function1<List<cz.jiripinkas.jsitemapgenerator.WebPage>,String> |
gen(String baseurl) |
T |
with(Class<? extends WebPageProvider> wpp) |
T |
with(WebPageProvider wpp) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigprotected static final String SITEMAP
public JSitemap(String path, Optional<String> baseurl, WebPageProvider wpp)
public T filter(Predicate<Route.Definition> filter)
public T with(WebPageProvider wpp)
public T with(Class<? extends WebPageProvider> wpp)
public void configure(Env env, com.typesafe.config.Config conf, com.google.inject.Binder binder)
configure in interface Jooby.ModuleCopyright © 2017. All rights reserved.