net.liftmodules.extras

LiftExtras

Related Doc: package extras

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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val artifactName: FactoryMaker[String]

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

  6. val artifactServer: FactoryMaker[String]

  7. final def asInstanceOf[T0]: T0

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

  9. def clone(): AnyRef

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

  11. val defaultEmptyMsg: FactoryMaker[String]

    Config

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

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

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

  15. def finalize(): Unit

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

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

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

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

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

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

  22. val mappingsUri: FactoryMaker[String]

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

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

  25. val noticeHtmlHandler: FactoryMaker[HtmlHandler]

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

  27. final def notify(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def titlesAsJValue: JValue

  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val warningTitle: FactoryMaker[Box[NodeSeq]]

Inherited from Factory

Inherited from SimpleInjector

Inherited from Injector

Inherited from AnyRef

Inherited from Any

Ungrouped