sindi.context

Childable

trait Childable extends Context

A trait adding hierarchical relationship to a Context.

Linear Supertypes
Context, Injector, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Childable
  2. Context
  3. Injector
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. val ctx : Context

    Attributes
    protected abstract

Concrete 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 asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val bindings : Bindings

    Return the bindings associated with this context.

    Return the bindings associated with this context.

    Attributes
    protected
    Definition Classes
    Context
  8. def bounds : Seq[()]

    Attributes
    protected
    Definition Classes
    Context
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def eq (arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. def inject [T] (implicit arg0: Manifest[T]): T

    Return the object associated with a given type.

    Return the object associated with a given type.

    Attributes
    final
    Definition Classes
    Injector
  16. def injectAll [T] (qualifiers: Qualifiers)(implicit arg0: Manifest[T]): Stream[T]

    Return all objects associated with a given type and qualifiers.

    Return all objects associated with a given type and qualifiers.

    Attributes
    final
    Definition Classes
    Injector
  17. def injectAll [T] (implicit arg0: Manifest[T]): Stream[T]

    Return all objects associated with a given type.

    Return all objects associated with a given type.

    Attributes
    final
    Definition Classes
    Injector
  18. def injectAs [T] (qualifiers: Qualifiers)(implicit arg0: Manifest[T]): T

    Return the object associated with a given type and qualifiers.

    Return the object associated with a given type and qualifiers.

    Attributes
    final
    Definition Classes
    Injector
  19. def injection [T] (implicit arg0: Manifest[T]): Injection[T]

    Return the injection associated with a given type.

    Return the injection associated with a given type.

    Attributes
    final
    Definition Classes
    Injector
  20. def injectionAll [T] (qualifiers: Qualifiers)(implicit arg0: Manifest[T]): Stream[Injection[T]]

    Return all injections associated with a given type and qualifiers.

    Return all injections associated with a given type and qualifiers.

    Definition Classes
    ContextInjector
  21. def injectionAll [T] (implicit arg0: Manifest[T]): Stream[Injection[T]]

    Return all injections associated with a given type.

    Return all injections associated with a given type.

    Attributes
    final
    Definition Classes
    Injector
  22. def injectionAs [T] (qualifiers: Qualifiers)(implicit arg0: Manifest[T]): Injection[T]

    Return the injection associated with a given type and qualifiers.

    Return the injection associated with a given type and qualifiers.

    Definition Classes
    ContextInjector
  23. lazy val injector : Injector

    Return the injector associated with this context.

    Return the injector associated with this context.

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

    Attributes
    final
    Definition Classes
    Any
  25. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  28. def processing : List[sindi.processor.Processor[_]]

    Attributes
    protected
    Definition Classes
    ChildableContext
  29. def processors : List[sindi.processor.Processor[_]]

    Return the processors associated with this context.

    Return the processors associated with this context.

    Definition Classes
    Context
  30. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Context

Inherited from Injector

Inherited from AnyRef

Inherited from Any