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

rendererClassName

Source

const static Str rendererClassName := "afEfan.rendererClassName"

The class name given to compiled efan renderer instances. Defaults to EfanRendererImpl

templateTimeout

Source

const static Str templateTimeout := "afEfan.templateTimeout"

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