public class DefaultSoyViewConf extends java.lang.Object implements SoyViewConf
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSoyViewConf.Builder |
| Constructor and Description |
|---|
DefaultSoyViewConf() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ajaxAllowedUrls() |
java.lang.String |
ajaxCacheControl() |
java.lang.String |
ajaxExpireHeaders() |
boolean |
ajaxSecurityEnabled() |
boolean |
compilePrecompileTemplates() |
java.lang.String |
globalEncoding() |
boolean |
globalHotReloadMode() |
boolean |
i18nFallbackToEnglish()
in case translation is missing for a passed in locale,
whether the implementation should fallback to English returning
an english translation if available
|
java.lang.String |
i18nMessagesPath()
will cache msgBundles if a hotReloadMode is off, if debug is on,
will compile msg bundles each time it is invoked
|
java.lang.String |
resolveFilesExtension() |
boolean |
resolveRecursive() |
java.lang.String |
resolveTemplatesLocation() |
public boolean globalHotReloadMode()
globalHotReloadMode in interface SoyViewConfpublic java.lang.String globalEncoding()
globalEncoding in interface SoyViewConfpublic boolean compilePrecompileTemplates()
compilePrecompileTemplates in interface SoyViewConfpublic java.lang.String resolveTemplatesLocation()
resolveTemplatesLocation in interface SoyViewConfpublic boolean resolveRecursive()
resolveRecursive in interface SoyViewConfpublic java.lang.String resolveFilesExtension()
resolveFilesExtension in interface SoyViewConfpublic java.lang.String i18nMessagesPath()
SoyViewConfi18nMessagesPath in interface SoyViewConfpublic boolean i18nFallbackToEnglish()
SoyViewConfi18nFallbackToEnglish in interface SoyViewConfpublic boolean ajaxSecurityEnabled()
ajaxSecurityEnabled in interface SoyViewConfpublic java.lang.String ajaxAllowedUrls()
ajaxAllowedUrls in interface SoyViewConfpublic java.lang.String ajaxExpireHeaders()
ajaxExpireHeaders in interface SoyViewConfpublic java.lang.String ajaxCacheControl()
ajaxCacheControl in interface SoyViewConf