public interface SoyViewConf
| 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() |
boolean globalHotReloadMode()
java.lang.String globalEncoding()
boolean compilePrecompileTemplates()
java.lang.String resolveTemplatesLocation()
boolean resolveRecursive()
java.lang.String resolveFilesExtension()
java.lang.String i18nMessagesPath()
boolean i18nFallbackToEnglish()
boolean ajaxSecurityEnabled()
java.lang.String ajaxAllowedUrls()
java.lang.String ajaxExpireHeaders()
java.lang.String ajaxCacheControl()