Boilerplate configuration
Furnace framework » Furnace presentation layer » Furnace boilerplate support

Prev:<boilerplate> ( responder -- boilerplate )
Next:Boilerplate example


The boilerplate tuple has two slots which can be set:
templateA pair with shape { responder name }, where responder is a responder class, usually a subclass of dispatcher, and name is the name of a template file, without the .xml extension, relative to the directory containing the responder's vocabulary source file.
initA quotation run before the boilerplate template is rendered. This quotation can set values which the template can then display.