net.liftweb.http

LiftScreenRules

object LiftScreenRules extends Factory with FormVendor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiftScreenRules
  2. FormVendor
  3. Factory
  4. SimpleInjector
  5. Injector
  6. AnyRef
  7. 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]

    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.

  2. abstract 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.

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

  7. def appendGlobalFormBuilder[T](builder: FormBuilderLocator[T]): Unit

    Definition Classes
    FormVendor
  8. def appendRequestFormBuilder[T](builder: FormBuilderLocator[T]): Unit

    Definition Classes
    FormVendor
  9. def appendSessionFormBuilder[T](builder: FormBuilderLocator[T]): Unit

    Definition Classes
    FormVendor
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def doWith[F, T](builder: FormBuilderLocator[T])(f: ⇒ F): F

    Definition Classes
    FormVendor
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  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. implicit def inject[T](implicit man: Manifest[T]): Box[T]

    Perform the injection for the given type.

    Perform the injection for the given type. You can call: inject[Date] or inject[List[Map[String, PaymentThing]]]. The appropriate Manifest will be

    Definition Classes
    SimpleInjectorInjector
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val messageStyles: FactoryMaker[(Value) ⇒ MetaData]

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

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

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

    Definition Classes
    AnyRef
  24. def prependGlobalFormBuilder[T](builder: FormBuilderLocator[T]): Unit

    Definition Classes
    FormVendor
  25. def prependRequestFormBuilder[T](builder: FormBuilderLocator[T]): Unit

    Definition Classes
    FormVendor
  26. def prependSessionFormBuilder[T](builder: FormBuilderLocator[T]): Unit

    Definition Classes
    FormVendor
  27. def registerInjection[T](f: () ⇒ T)(implicit man: Manifest[T]): Unit

    Register a function that will inject for the given Manifest

    Register a function that will inject for the given Manifest

    Definition Classes
    SimpleInjector
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def vendForm[T](implicit man: Manifest[T]): Box[(T, (T) ⇒ Any) ⇒ NodeSeq]

    Given a type manifest, vend a form

    Given a type manifest, vend a form

    Definition Classes
    FormVendor
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FormVendor

Inherited from Factory

Inherited from SimpleInjector

Inherited from Injector

Inherited from AnyRef

Inherited from Any

Ungrouped