const mixinafEfanXtra::EfanXtraConfigIds
afEfanXtra::EfanXtraConfigIds
Config values as used by EfanXtra. To change their value, override them in your AppModule. Example:
using afIocConfig
class AppModule {
...
@Contribute { serviceType=ApplicationDefaults# }
static Void configureAppDefaults(MappedConfig conf) {
conf[EfanXtraConfigIds.templateTimeout] = 1min
}
- rendererClassName
const static Str rendererClassName := "afEfan.rendererClassName"The class name given to compiled efan renderer instances. Defaults to
EfanRendererImpl- supressStartupLogging
const static Str supressStartupLogging := "afEfan.supressStartupLogging"If
truethen the useful component info at startup will not be logged. Defaults tofalse- templateTimeout
const static Str templateTimeout := "afEfan.templateTimeout"The time before the file system is checked for template updates. Defaults to
10sec