net.liftweb.http.Factory

FactoryMaker

class FactoryMaker [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
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FactoryMaker
  2. Vendor
  3. Function0
  4. StackableMaker
  5. Maker
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FactoryMaker (_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
  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
    FactoryMakerStackableMakerMaker
  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. object request extends RequestVar[Maker[T]]

    The request specific Maker for creating an instance

  25. object session extends SessionVar[Maker[T]]

    The session-specific Maker for creating an instance

  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. def theDefault : PSettableValueHolder[Vendor[T]]

    An alias for the default object so that it can be accessed from Java

  28. def toString (): String

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

    Vend an instance

    Vend an instance

    Attributes
    implicit
    Definition Classes
    FactoryMakerVendor
  30. def wait (): Unit

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

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