LiftScreenRules
Attributes
- Graph
-
- Supertypes
-
trait FormVendortrait Factorytrait SimpleInjectortrait Injectorclass Objecttrait Matchableclass AnyShow all
- Self type
-
LiftScreenRules.type
Members list
Type members
Inherited and Abstract classlikes
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.
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
- Inherited from:
- Factory
- Supertypes
-
trait Vendor[T]trait () => Ttrait StackableMaker[T]trait Maker[T]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object chromeCalcFunctionobject firefoxCalcFunctionobject iPadCalcFunctionobject iPhoneCalcFunctionobject ieCalcFunctionobject safariCalcFunctionShow all
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.
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
- Inherited from:
- SimpleInjector
- Supertypes
-
trait Vendor[T]trait () => Ttrait StackableMaker[T]trait Maker[T]class Objecttrait Matchableclass AnyShow all
Value members
Inherited methods
Attributes
- Inherited from:
- FormVendor
Attributes
- Inherited from:
- FormVendor
Attributes
- Inherited from:
- FormVendor
Attributes
- Inherited from:
- FormVendor
Attributes
- Inherited from:
- FormVendor
Attributes
- Inherited from:
- FormVendor
Attributes
- Inherited from:
- FormVendor
Register a function that will inject for the given Manifest
Register a function that will inject for the given Manifest
Attributes
- Inherited from:
- SimpleInjector
Given a type manifest, vend a form
Concrete fields
Implicits
Inherited implicits
Perform the injection for the given type. You can call: inject[Date] or inject[List[Map[String, PaymentThing]]]. The appropriate Manifest will be
Perform the injection for the given type. You can call: inject[Date] or inject[List[Map[String, PaymentThing]]]. The appropriate Manifest will be
Attributes
- Inherited from:
- SimpleInjector