org.fusesource.scalate.mustache

MarkupAttributeContextScope

case class MarkupAttributeContextScope (context: RenderContext, attributeName: String) extends Scope with Product with Serializable

A context intended for use in layouts which looks up an attribute in the render context and if it exists returns a new child scope for walking the templates markup

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

Instance Constructors

  1. new MarkupAttributeContextScope (context: RenderContext, attributeName: 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. 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. val attributeName : String

  9. def canEqual (arg0: Any): Boolean

    Definition Classes
    MarkupAttributeContextScope → 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
    MarkupAttributeContextScopeScope
  14. def createScope (name: String, value: Any): Scope

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

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

    Definition Classes
    MarkupAttributeContextScope → Equals → AnyRef → Any
  17. def finalize (): Unit

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

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

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

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

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

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

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

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

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

    Returns the current implicit iterator object

    Returns the current implicit iterator object

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def parent : None.type

    Definition Classes
    MarkupAttributeContextScopeScope
  32. def partial (name: String): Unit

    Definition Classes
    Scope
  33. def productArity : Int

    Definition Classes
    MarkupAttributeContextScope → Product
  34. def productElement (arg0: Int): Any

    Definition Classes
    MarkupAttributeContextScope → Product
  35. def productIterator : Iterator[Any]

    Definition Classes
    Product
  36. def productPrefix : String

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

    Definition Classes
    Scope
  38. 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
  39. def section (name: String)(block: (Scope) ⇒ Unit): Unit

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

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

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

    Definition Classes
    Scope
  43. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. 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