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

Source

const static Str ctxVarName := "afEfan.ctxVarName"

The name given to the ctx variable in the render method. Defaults to ctx

templateClassName

Source

const static Str templateClassName := "afEfan.templateClassName"

The class name given to compiled efan template instances. Defaults to EfanTemplateImpl

templateTimeout

Source

const static Str templateTimeout := "afEfan.templateTimeout"

The time before the file system is checked for template updates. Defaults to 10sec