public class TemplatingModule extends AbstractModule
| Constructor and Description |
|---|
TemplatingModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
int |
getCacheSize() |
String |
getTemplatesPath() |
boolean |
isReloadable() |
boolean |
isStaticallyCompile() |
void |
setCacheSize(int cacheSize) |
void |
setReloadable(boolean reloadable) |
void |
setStaticallyCompile(boolean staticallyCompile) |
void |
setTemplatesPath(String templatesPath) |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic String getTemplatesPath()
public void setTemplatesPath(String templatesPath)
public int getCacheSize()
public void setCacheSize(int cacheSize)
public boolean isReloadable()
public void setReloadable(boolean reloadable)
public boolean isStaticallyCompile()
public void setStaticallyCompile(boolean staticallyCompile)
protected void configure()
configure in class AbstractModule