const classafEfan::EfanTemplateMeta

sys::Obj
  afEfan::EfanTemplateMeta

Meta data about an efan template.

It is generated by the efan compiler and made available to EfanTemplate objects.

@see EfanTemplate.templateMeta

ctxName

Source

const Str? ctxName

The name of the ctx variable the template was compiled with. Returns null if a ctx variable was not used.

ctxType

Source

const Type? ctxType

The ctx type the template was compiled against. Returns null if a ctx variable was not used.

templateId

Source

const Str templateId

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

templateLoc

Source

const Uri templateLoc

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

templateSrc

Source

const Str templateSrc

The original efan template source string.

type

Source

const Type type

The Type of the compiled efan template.

typeSrc

Source

const Str typeSrc

The generated fantom code of the efan template (for the inquisitive).