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