com.gilt.handlebars

HandlebarsVisitor

class HandlebarsVisitor[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HandlebarsVisitor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HandlebarsVisitor(context: Context[T], additionalHelpers: Map[String, (Seq[Any], HandlebarsVisitor[T], Option[T]) ⇒ Any] = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compilePartial(path: Path): String

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fn[A](value: A): (Program) ⇒ String

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def helpers: Map[String, (Seq[Any], HandlebarsVisitor[T], Option[T]) ⇒ Any]

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def renderSection(path: Path, parameters: List[Path], program: Program, inverted: Boolean = false): String

    Render a section or helper block.

    Render a section or helper block.

    path

    the name of the section or helper.

    parameters

    the list of paramter names to the helper (when it is a helper).

    program

    the block to be rendered.

    inverted

    when rendering a section, whether or it is inverted.

  21. def resolveMustache(path: Path, parameters: List[Path], escape: Boolean = true): String

  22. def resolvePath(list: List[Identifier], args: List[Context[Any]] = Nil): Context[Any]

    Attempt to resolve a path to a value within the current context.

    Attempt to resolve a path to a value within the current context. If the path cannot be resolved, return a Context with the special value UndefinedValue, so that this result is propagated during parameter passing for helpers, and easy to deal with in section rendering.

    list

    the list of identifier components that constitute the path

    args

    arguments to pass to the path's value when interpreted as a helper.

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. def visit(node: Node): String

  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped