net.liftweb.util.SimpleInjector

Inject

class Inject [T] extends StackableMaker[T] with Vendor[T]

Create an object or val that is a subclass of the FactoryMaker to generate factory for a particular class as well as define session and request specific vendors and use doWith to define the vendor just for the scope of the call.

Attributes
abstract
Linear Supertypes
Vendor[T], () ⇒ T, StackableMaker[T], Maker[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Inject
  2. Vendor
  3. Function0
  4. StackableMaker
  5. Maker
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Inject (_default: Vendor[T])(implicit man: Manifest[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 (): T

    Definition Classes
    Vendor → Function0
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. object default extends PSettableValueHolder[Vendor[T]]

    The default function for vending an instance

  10. def doWith [F] (addl: PValueHolder[Maker[T]])(f: ⇒ F): F

    Definition Classes
    StackableMaker
  11. def doWith [F] (vFunc: () ⇒ T)(f: ⇒ F): F

    Definition Classes
    StackableMaker
  12. def doWith [F] (value: T)(f: ⇒ F): F

    Definition Classes
    StackableMaker
  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 find (in: List[PValueHolder[Maker[T]]]): Box[T]

    Attributes
    protected final
    Definition Classes
    StackableMaker
  17. def getClass (): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. implicit def make : Box[T]

    Make a Box of the instance.

    Make a Box of the instance.

    Attributes
    implicit
    Definition Classes
    InjectStackableMakerMaker
  21. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  24. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    Function0 → AnyRef → Any
  26. implicit def vend : T

    Vend an instance

    Vend an instance

    Attributes
    implicit
    Definition Classes
    InjectVendor
  27. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Vendor[T]

Inherited from () ⇒ T

Inherited from StackableMaker[T]

Inherited from Maker[T]

Inherited from AnyRef

Inherited from Any