org.fusesource.scalate.mustache

RenderContextScope

case class RenderContextScope (context: RenderContext, defaultObjectName: Option[String]) extends Scope with Product with Serializable

Scope for the render context

Linear Supertypes
Serializable, Serializable, Product, Equals, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RenderContextScope
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Scope
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RenderContextScope (context: RenderContext, defaultObjectName: Option[String])

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. val _parent : Option[Scope]

  7. 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
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def canEqual (arg0: Any): Boolean

    Definition Classes
    RenderContextScope → Equals
  10. def capture (block: (Scope) ⇒ Unit): String

    Captures the output of the given block

    Captures the output of the given block

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

    Definition Classes
    Scope
  12. def clone (): AnyRef

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

    Definition Classes
    RenderContextScopeScope
  14. def createScope (name: String, value: Any): Scope

    Definition Classes
    Scope
  15. val defaultObjectName : Option[String]

  16. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    RenderContextScope → Equals → AnyRef → Any
  18. def finalize (): Unit

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

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

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

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

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

    Definition Classes
    Scope
  24. def invertedSection (name: String)(block: (Scope) ⇒ Unit): Unit

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

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

    Definition Classes
    Scope
  27. def iteratorObject : Option[Any]

    Returns the current implicit iterator object

    Returns the current implicit iterator object

    Definition Classes
    Scope
  28. 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
    RenderContextScopeScope
  29. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  32. def parent : Option[Scope]

    Definition Classes
    RenderContextScopeScope
  33. def partial (name: String): Unit

    Definition Classes
    Scope
  34. def productArity : Int

    Definition Classes
    RenderContextScope → Product
  35. def productElement (arg0: Int): Any

    Definition Classes
    RenderContextScope → Product
  36. def productIterator : Iterator[Any]

    Definition Classes
    Product
  37. def productPrefix : String

    Definition Classes
    RenderContextScope → Product
  38. def renderValue (v: Any, unescape: Boolean = false): Unit

    Definition Classes
    Scope
  39. 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
  40. val rootScope : MarkupAttributeContextScope

  41. def section (name: String)(block: (Scope) ⇒ Unit): Unit

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

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

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

    Definition Classes
    Scope
  45. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Scope

Inherited from AnyRef

Inherited from Any