const classafEfan::EfanMetaData

sys::Obj
  afEfan::EfanMetaData

Provides meta data for an efan template.

@see EfanRenderer.efanMetaData

ctxName

Source

const Str ctxName

The name of the ctx variable the renderer was compiled with.

ctxType

Source

const Type? ctxType

The ctx type the renderer was compiled against.

efanSrcCode

Source

const Str efanSrcCode

The generated efan fantom code (for the inquisitive).

efanTemplate

Source

const Str efanTemplate

The efan template source code.

srcLocation

Source

const Uri srcLocation

Where the efan template originated from. Example, file://layout.efan.

templateId

Source

const Str templateId

A unique ID for the efan template. Defaults to the fully qualified type name.