org.fusesource.scalate.mustache

RenderContextScope

case class RenderContextScope(context: RenderContext, defaultObjectName: Option[String] = scala.Some.apply[String]("it")) 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. RenderContextScope
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Scope
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RenderContextScope(context: RenderContext, defaultObjectName: Option[String] = scala.Some.apply[String]("it"))

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

    Definition Classes
    Any
  9. def capture(block: (Scope) ⇒ Unit): String

    Captures the output of the given block

    Captures the output of the given block

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

    Definition Classes
    Scope
  11. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

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

    Definition Classes
    Scope
  19. final def getClass(): Class[_]

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

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

    Definition Classes
    Scope
  22. final def isInstanceOf[T0]: Boolean

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

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

    Returns the current implicit iterator object

    Returns the current implicit iterator object

    Definition Classes
    Scope
  25. 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
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. def parent: Option[Scope]

    Definition Classes
    RenderContextScopeScope
  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. val rootScope: MarkupAttributeContextScope

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

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

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

    Definition Classes
    Scope
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Scope

Inherited from AnyRef

Inherited from Any

Ungrouped