const mixinafBedSheetEfan::EfanConfigIds
afBedSheetEfan::EfanConfigIds
Config values as used by Efan. To change their value, override them in your AppModule. Example:
@Contribute { serviceType=ApplicationDefaults# }
static Void configureAppDefaults(Configuration config) {
config[EfanConfigIds.templateTimeout] = 1min
}
- ctxVarName
const static Str ctxVarName := "afEfan.ctxVarName"The name given to the
ctxvariable in the render method. Defaults toctx- templateClassName
const static Str templateClassName := "afEfan.templateClassName"The class name given to compiled efan template instances. Defaults to
EfanTemplateImpl- templateTimeout
const static Str templateTimeout := "afEfan.templateTimeout"The time before the file system is checked for template updates. Defaults to
10sec