org.fusesource.scalate.mustache

ObjectScope

class ObjectScope [T <: AnyRef] extends ChildScope

Constructs a scope for a non-null and not None value

Linear Supertypes
ChildScope, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ObjectScope
  2. ChildScope
  3. Scope
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ObjectScope (parent: Scope, value: T)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def apply (name: String): Option[Any]

    Returns the variable of the given name looking in this scope or parent scopes to resolve the variable

    Returns the variable of the given name looking in this scope or parent scopes to resolve the variable

    Definition Classes
    Scope
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def capture (block: (Scope) ⇒ Unit): String

    Captures the output of the given block

    Captures the output of the given block

    Definition Classes
    Scope
  9. def childScope (name: String, v: Any)(block: (Scope) ⇒ Unit): Unit

    Definition Classes
    Scope
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def context : RenderContext

    Definition Classes
    ChildScopeScope
  12. def createScope (name: String, value: Any): Scope

    Definition Classes
    Scope
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def foreachScope [T] (name: String, s: Traversable[T])(block: (Scope) ⇒ Unit): Unit

    Definition Classes
    Scope
  17. def format (v: Any): Any

    Definition Classes
    Scope
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. var implicitIterator : Option[String]

    Definition Classes
    Scope
  21. val introspector : Introspector[T]

  22. def invertedSection (name: String)(block: (Scope) ⇒ Unit): Unit

    Definition Classes
    Scope
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def isParam1 [T] (f: Function1[_, _], clazz: Class[T]): Boolean

    Definition Classes
    Scope
  25. def iteratorObject : Some[T]

    Returns the current implicit iterator object

    Returns the current implicit iterator object

    Definition Classes
    ObjectScopeScope
  26. def localVariable (name: String): Option[Any]

    Returns the variable in the local scope if it is defined

    Returns the variable in the local scope if it is defined

    Definition Classes
    ObjectScopeScope
  27. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def partial (name: String): Unit

    Definition Classes
    Scope
  31. def renderValue (v: Any, unescape: Boolean = false): Unit

    Definition Classes
    Scope
  32. def renderVariable (name: String, unescape: Boolean): Unit

    Renders the given variable name to the context

    Renders the given variable name to the context

    Definition Classes
    Scope
  33. def section (name: String)(block: (Scope) ⇒ Unit): Unit

    Definition Classes
    Scope
  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    AnyRef → Any
  36. def toTraversable (v: Any, block: (Scope) ⇒ Unit): Any

    Definition Classes
    Scope
  37. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ChildScope

Inherited from Scope

Inherited from AnyRef

Inherited from Any