StructureJS
0.15.2A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.
A helper class to provide a convenient and consistent way to render templates.
HANDLEBARS
String
public
final
static
A constant value for using Handlebars templates. This is the default template engine.
templateEngine
String
public
static
Sets the template engine type for this TemplateFactory class. The default is TemplateFactory.HANDLEBARS
Default: TemplateFactory.HANDLEBARS
templateNamespace
String
public
static
The global namespace for pre-compiled templates.
Default: 'JST'
UNDERSCORE
String
public
final
static
A constant value for using Underscore or Lodash templates.