net.liftmodules.extras

LiftExtras

object LiftExtras extends Factory

Linear Supertypes
Factory, SimpleInjector, Injector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiftExtras
  2. Factory
  3. SimpleInjector
  4. Injector
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class FactoryMaker[T] extends StackableMaker[T] with Vendor[T]

    Definition Classes
    Factory
  2. abstract class Inject[T] extends StackableMaker[T] with Vendor[T]

    Definition Classes
    SimpleInjector

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 artifactName: FactoryMaker[String]

  7. val artifactPath: FactoryMaker[Seq[String]]

  8. val artifactServer: FactoryMaker[String]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val assetServer: Inject[String]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val cssSources: Inject[Seq[String]]

  13. val defaultEmptyMsg: FactoryMaker[String]

    Config

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

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. val errorTitle: FactoryMaker[Box[NodeSeq]]

  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def init(): Unit

  21. implicit def inject[T](implicit man: Manifest[T]): Box[T]

    Definition Classes
    SimpleInjector → Injector
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. val jsSources: Inject[Seq[String]]

  24. val mappingsUri: FactoryMaker[String]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. val noticeConverter: FactoryMaker[LiftNoticeConverter]

  27. val noticeHtmlHandler: FactoryMaker[HtmlHandler]

  28. val noticeTitle: FactoryMaker[Box[NodeSeq]]

  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. val parseJsonFunc: FactoryMaker[(String, (JValue) ⇒ JsCmd) ⇒ JsCmd]

  32. def registerInjection[T](f: () ⇒ T)(implicit man: Manifest[T]): Unit

    Definition Classes
    SimpleInjector
  33. val successTitle: FactoryMaker[Box[NodeSeq]]

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def titlesAsJValue: JValue

  36. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )
  40. val warningTitle: FactoryMaker[Box[NodeSeq]]

Inherited from Factory

Inherited from SimpleInjector

Inherited from Injector

Inherited from AnyRef

Inherited from Any

Ungrouped