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(MappedConfig conf) {

  conf[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

srcCodePadding

Source

const static Str srcCodePadding := "afEfan.srcCodePadding"

When printing an EfanErr, this is the number of lines of code to print before and after the line in error. Defaults to 5

templateTimeout

Source

const static Str templateTimeout := "afEfan.templateTimeout"

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