api documentation for express-handlebars (v3.0.0)

A Handlebars view engine for Express which doesn't suck.

table of contents

  1. module express-handlebars
    1. function express-handlebars (config)
    2. function express-handlebars.ExpressHandlebars (config)
    3. function express-handlebars.create (config)
    4. object express-handlebars.ExpressHandlebars.prototype
    5. object express-handlebars.utils
  2. module express-handlebars.ExpressHandlebars
    1. function express-handlebars.ExpressHandlebars (config)
  3. module express-handlebars.ExpressHandlebars.prototype
    1. function express-handlebars.ExpressHandlebars.prototype._compileTemplate (template, options)
    2. function express-handlebars.ExpressHandlebars.prototype._getDir (dirPath, options)
    3. function express-handlebars.ExpressHandlebars.prototype._getFile (filePath, options)
    4. function express-handlebars.ExpressHandlebars.prototype._getTemplateName (filePath, namespace)
    5. function express-handlebars.ExpressHandlebars.prototype._precompileTemplate (template, options)
    6. function express-handlebars.ExpressHandlebars.prototype._renderTemplate (template, context, options)
    7. function express-handlebars.ExpressHandlebars.prototype._resolveLayoutPath (layoutPath)
    8. function express-handlebars.ExpressHandlebars.prototype.getPartials (options)
    9. function express-handlebars.ExpressHandlebars.prototype.getTemplate (filePath, options)
    10. function express-handlebars.ExpressHandlebars.prototype.getTemplates (dirPath, options)
    11. function express-handlebars.ExpressHandlebars.prototype.render (filePath, context, options)
    12. function express-handlebars.ExpressHandlebars.prototype.renderView (viewPath, options, callback)
  4. module express-handlebars.utils
    1. function express-handlebars.utils.assign ()
    2. function express-handlebars.utils.passError (callback)
    3. function express-handlebars.utils.passValue (callback)

module express-handlebars

function express-handlebars (config)

function express-handlebars.ExpressHandlebars (config)

function express-handlebars.create (config)

module express-handlebars.ExpressHandlebars

function express-handlebars.ExpressHandlebars (config)

module express-handlebars.ExpressHandlebars.prototype

function express-handlebars.ExpressHandlebars.prototype._compileTemplate (template, options)

function express-handlebars.ExpressHandlebars.prototype._getDir (dirPath, options)

function express-handlebars.ExpressHandlebars.prototype._getFile (filePath, options)

function express-handlebars.ExpressHandlebars.prototype._getTemplateName (filePath, namespace)

function express-handlebars.ExpressHandlebars.prototype._precompileTemplate (template, options)

function express-handlebars.ExpressHandlebars.prototype._renderTemplate (template, context, options)

function express-handlebars.ExpressHandlebars.prototype._resolveLayoutPath (layoutPath)

function express-handlebars.ExpressHandlebars.prototype.getPartials (options)

function express-handlebars.ExpressHandlebars.prototype.getTemplate (filePath, options)

function express-handlebars.ExpressHandlebars.prototype.getTemplates (dirPath, options)

function express-handlebars.ExpressHandlebars.prototype.render (filePath, context, options)

function express-handlebars.ExpressHandlebars.prototype.renderView (viewPath, options, callback)

module express-handlebars.utils

function express-handlebars.utils.assign ()

function express-handlebars.utils.passError (callback)

function express-handlebars.utils.passValue (callback)

[ this document was created with utility2 ]