com.gilt.handlebars.context

Context

trait Context[+T] extends ContextFactory with Loggable

Linear Supertypes
Loggable, ContextFactory, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Context
  2. Loggable
  3. ContextFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def createChild[T](model: T, parent: Context[T]): Context[T]

    Definition Classes
    ContextFactory
  2. abstract def createRoot[T](model: T): Context[T]

    Definition Classes
    ContextFactory
  3. abstract def createUndefined[T]: Context[T]

    Definition Classes
    ContextFactory
  4. abstract val isRoot: Boolean

  5. abstract val isUndefined: Boolean

  6. abstract val model: T

  7. abstract val parent: Context[T]

Concrete 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 asOption: Option[Context[T]]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def debug(message: String, t: Throwable): Unit

    Definition Classes
    Loggable
  10. def debug(message: String, t: Any*): Unit

    Definition Classes
    Loggable
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def error(message: String, t: Throwable): Unit

    Definition Classes
    Loggable
  14. def error(message: String, t: Any*): Unit

    Definition Classes
    Loggable
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getMethods(clazz: Class[_]): Map[String, Method]

    Returns a map containing the methods of the class - the reflection calls to generate this map have been memoized so this should be performant.

    Returns a map containing the methods of the class - the reflection calls to generate this map have been memoized so this should be performant. The method uses a read-write lock to ensure thread-safe access to the map.

    clazz
    returns

    Attributes
    protected
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def info(message: String, t: Throwable): Unit

    Definition Classes
    Loggable
  20. def info(message: String, t: Any*): Unit

    Definition Classes
    Loggable
  21. def invoke(method: Method, args: List[Any]): Option[Any]

    Attributes
    protected
  22. def invoke(methodName: String, args: List[Any] = Nil): Context[Any]

    Attributes
    protected
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isPrimitiveType(obj: Any): Boolean

    Attributes
    protected
  25. def lookup(path: List[String], args: List[Any]): Context[Any]

  26. def lookup(path: IdentifierNode, args: List[Any] = List.empty): Context[Any]

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def notEmpty[A](fallback: Context[A]): Context[A]

  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    Context → AnyRef → Any
  33. def truthValue: Boolean

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def warn(message: String, t: Throwable): Unit

    Definition Classes
    Loggable
  38. def warn(message: String, t: Any*): Unit

    Definition Classes
    Loggable

Inherited from Loggable

Inherited from ContextFactory

Inherited from AnyRef

Inherited from Any

Ungrouped