Packages

p

dynamics.apps.facades

handlebars

package handlebars

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. handlebars
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait HandlebarsOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  2. trait HandlebarsUtils extends Object
    Annotations
    @RawJSType() @native()
  3. trait HelperOptions extends Object
    Annotations
    @RawJSType() @native()
  4. trait Template extends Object
    Annotations
    @RawJSType() @native()
  5. trait TemplateSpec extends Object
    Annotations
    @RawJSType() @native()

Value Members

  1. def applyTemplate(template: Template, context: Object): String

    Use a pre-compiled template.

    Use a pre-compiled template. Adds some useful objects to the merged context.

  2. def compileAndApplyTemplate(template: String, context: Object): String

    The template is not cached so don't do this in a tight loop.

  3. object Handlebars extends Object
    Annotations
    @native() @JSImport( "handlebars" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped