WebPresenterWithTemplateSupport.WebPresenterWithTemplateSupport

Undocumented in source.
template WebPresenterWithTemplateSupport(CTRP)
class WebPresenterWithTemplateSupport : WebPresenter!(CTRP) {}

Members

Functions

addContext
void addContext(Cgi cgi, var ctx)

You can override this

templateLoader
TemplateLoader templateLoader()

You can override this. The default is "templates/". Your returned string must end with '/'. (in future versions it will probably allow a null return too, but right now it must be a /).

Meta